#B9CFD8

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

Shades of Light Blue #B9CFD8

Tints of Light Blue #B9CFD8

Color information

#B9CFD8 (or 0xB9CFD8) is unknown color: approx Light Blue. HEX triplet: B9, CF and D8. RGB value is (185,207,216). Sum of RGB (Red+Green+Blue) = 185+207+216=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9CFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFD8 is #463027. Grayscale: #C9C9C9. Windows color (decimal): -4599848 or 14208953. OLE color: 14208953.

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

Color convert

RGB185207216-
CMYK0.140.0400.15
HSL197.42º28.44%78.63%-
HSV(B)197.42º14.35%84.71%-
XYZ54.7259.973.64-
YUV201.45136.21116.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.43%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=30.43%
G=34.05%
B=35.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852072160.140.0400.15197.4228.4478.63
HexB9CFD8E40Fc51c4f
Octal27131733016401730534117
Binary10111001110011111101100011101000111111000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFD8; }

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

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

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

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

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

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

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

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