#B9CDEE

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

Shades of Tropical Blue #B9CDEE

Tints of Tropical Blue #B9CDEE

Color information

#B9CDEE (or 0xB9CDEE) is unknown color: approx Tropical Blue. HEX triplet: B9, CD and EE. RGB value is (185,205,238). Sum of RGB (Red+Green+Blue) = 185+205+238=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDEE is #463211. Grayscale: #CACACA. Windows color (decimal): -4600338 or 15650233. OLE color: 15650233.

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

Color convert

RGB185205238-
CMYK0.220.1400.07
HSL217.36º60.92%82.94%-
HSV(B)217.36º22.27%93.33%-
XYZ57.2760.1589.48-
YUV202.78147.87115.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.46%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=29.46%
G=32.64%
B=37.90%

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
Decimal1852052380.220.1400.07217.3660.9282.94
HexB9CDEE16E07d93d53
Octal27131535626160733175123
Binary1011100111001101111011101011011100111110110011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDEE; }

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

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

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

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

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

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

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

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