#B9CFD5

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

Shades of Light Blue #B9CFD5

Tints of Light Blue #B9CFD5

Color information

#B9CFD5 (or 0xB9CFD5) is unknown color: approx Light Blue. HEX triplet: B9, CF and D5. RGB value is (185,207,213). Sum of RGB (Red+Green+Blue) = 185+207+213=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFD5 is #46302A. Grayscale: #C9C9C9. Windows color (decimal): -4599851 or 14012345. OLE color: 14012345.

HSL color Cylindrical-coordinate representation of color #B9CFD5: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9CFD5 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185207213-
CMYK0.130.0300.16
HSL192.86º25%78.04%-
HSV(B)192.86º13.15%83.53%-
XYZ54.3359.7471.62-
YUV201.11134.71116.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=30.58%
G=34.21%
B=35.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852072130.130.0300.16192.862578.04
HexB9CFD5D3010c1194e
Octal27131732515302030131116
Binary10111001110011111101010111011101000011000001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFD5; }

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

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

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

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

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

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

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

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