#B9CDED

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

Shades of Tropical Blue #B9CDED

Tints of Tropical Blue #B9CDED

Color information

#B9CDED (or 0xB9CDED) is unknown color: approx Tropical Blue. HEX triplet: B9, CD and ED. RGB value is (185,205,237). Sum of RGB (Red+Green+Blue) = 185+205+237=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDED is #463212. Grayscale: #CACACA. Windows color (decimal): -4600339 or 15584697. OLE color: 15584697.

HSL color Cylindrical-coordinate representation of color #B9CDED: hue angle of 216.92º 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 #B9CDED is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185205237-
CMYK0.220.1400.07
HSL216.92º59.09%82.75%-
HSV(B)216.92º21.94%92.94%-
XYZ57.1260.0988.71-
YUV202.67147.37115.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=29.51%
G=32.70%
B=37.80%

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
Decimal1852052370.220.1400.07216.9259.0982.75
HexB9CDED16E07d93b53
Octal27131535526160733173123
Binary1011100111001101111011011011011100111110110011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDED; }

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

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

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

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

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

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

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

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