#B9CFDA

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

Shades of Light Blue #B9CFDA

Tints of Light Blue #B9CFDA

Color information

#B9CFDA (or 0xB9CFDA) is unknown color: approx Light Blue. HEX triplet: B9, CF and DA. RGB value is (185,207,218). Sum of RGB (Red+Green+Blue) = 185+207+218=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFDA is #463025. Grayscale: #C9C9C9. Windows color (decimal): -4599846 or 14340025. OLE color: 14340025.

HSL color Cylindrical-coordinate representation of color #B9CFDA: hue angle of 200º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9CFDA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185207218-
CMYK0.150.0500.15
HSL200º30.84%79.02%-
HSV(B)200º15.14%85.49%-
XYZ54.986075.01-
YUV201.68137.21116.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.33%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=30.33%
G=33.93%
B=35.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852072180.150.0500.1520030.8479.02
HexB9CFDAF50Fc81f4f
Octal27131733217501731037117
Binary10111001110011111101101011111010111111001000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFDA; }

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

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

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

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

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

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

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

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