#B7CDE6

Color #B7CDE6 Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #B7CDE6

Tints of Tropical Blue #B7CDE6

Color information

#B7CDE6 (or 0xB7CDE6) is unknown color: approx Tropical Blue. HEX triplet: B7, CD and E6. RGB value is (183,205,230). Sum of RGB (Red+Green+Blue) = 183+205+230=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CDE6 is #483219. Grayscale: #C9C9C9. Windows color (decimal): -4731418 or 15125943. OLE color: 15125943.

HSL color Cylindrical-coordinate representation of color #B7CDE6: hue angle of 211.91º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7CDE6 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183205230-
CMYK0.200.1100.10
HSL211.91º48.45%80.98%-
HSV(B)211.91º20.43%90.2%-
XYZ55.6459.4483.4-
YUV201.27144.21114.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 29.61%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=29.61%
G=33.17%
B=37.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1832052300.200.1100.10211.9148.4580.98
HexB7CDE614B0Ad43051
Octal267315346241301232460121
Binary10110111110011011110011010100101101010110101001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDE6; }

 p { color: rgb(183,205,230); }

 H1.HeaderClassName
 {
   color: #B7CDE6;
 }
 .AnyTagClassName
 {
   color: #B7CDE6;
 }
</style>
background-color css

<style>
 a { background-color: #B7CDE6; }

 a { background-color: rgb(183,205,230); }

 div.DivClassName
 {
   background-color: #B7CDE6;
 }
 .BgClassName
 {
   background-color: #B7CDE6;
 }
</style>
border-color css

<style>
 span { border-color: #B7CDE6; }

 span { border-color: rgb(183,205,230); }

 td.TdClassName
 {
   border-color: #B7CDE6;
 }
 .TagClassName
 {
   border-color: #B7CDE6;
 }
</style>