#B9CCEE

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

Shades of Tropical Blue #B9CCEE

Tints of Tropical Blue #B9CCEE

Color information

#B9CCEE (or 0xB9CCEE) is unknown color: approx Tropical Blue. HEX triplet: B9, CC and EE. RGB value is (185,204,238). Sum of RGB (Red+Green+Blue) = 185+204+238=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CCEE is #463311. Grayscale: #CACACA. Windows color (decimal): -4600594 or 15649977. OLE color: 15649977.

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

Color convert

RGB185204238-
CMYK0.220.1400.07
HSL218.49º60.92%82.94%-
HSV(B)218.49º22.27%93.33%-
XYZ57.0359.6789.4-
YUV202.2148.21115.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=29.51%
G=32.54%
B=37.96%

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
Decimal1852042380.220.1400.07218.4960.9282.94
HexB9CCEE16E07da3d53
Octal27131435626160733275123
Binary1011100111001100111011101011011100111110110101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCEE; }

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

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

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

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

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

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

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

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