#B9CCED

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

Shades of Tropical Blue #B9CCED

Tints of Tropical Blue #B9CCED

Color information

#B9CCED (or 0xB9CCED) is unknown color: approx Tropical Blue. HEX triplet: B9, CC and ED. RGB value is (185,204,237). Sum of RGB (Red+Green+Blue) = 185+204+237=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CCED is #463312. Grayscale: #C9C9C9. Windows color (decimal): -4600595 or 15584441. OLE color: 15584441.

HSL color Cylindrical-coordinate representation of color #B9CCED: hue angle of 218.08º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9CCED is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185204237-
CMYK0.220.1400.07
HSL218.08º59.09%82.75%-
HSV(B)218.08º21.94%92.94%-
XYZ56.8959.6188.63-
YUV202.08147.71115.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=29.55%
G=32.59%
B=37.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852042370.220.1400.07218.0859.0982.75
HexB9CCED16E07da3b53
Octal27131435526160733273123
Binary1011100111001100111011011011011100111110110101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCED; }

 p { color: rgb(185,204,237); }

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

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

 a { background-color: rgb(185,204,237); }

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

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

 span { border-color: rgb(185,204,237); }

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