#B9CFEE

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

Shades of Tropical Blue #B9CFEE

Tints of Tropical Blue #B9CFEE

Color information

#B9CFEE (or 0xB9CFEE) is unknown color: approx Tropical Blue. HEX triplet: B9, CF and EE. RGB value is (185,207,238). Sum of RGB (Red+Green+Blue) = 185+207+238=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFEE is #463011. Grayscale: #CBCBCB. Windows color (decimal): -4599826 or 15650745. OLE color: 15650745.

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

Color convert

RGB185207238-
CMYK0.220.1300.07
HSL215.09º60.92%82.94%-
HSV(B)215.09º22.27%93.33%-
XYZ57.7561.1189.64-
YUV203.96147.21114.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.37%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=29.37%
G=32.86%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852072380.220.1300.07215.0960.9282.94
HexB9CFEE16D07d73d53
Octal27131735626150732775123
Binary1011100111001111111011101011011010111110101111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFEE; }

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

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

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

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

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

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

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

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