#B1CFDE

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

Shades of Light Blue #B1CFDE

Tints of Light Blue #B1CFDE

Color information

#B1CFDE (or 0xB1CFDE) is unknown color: approx Light Blue. HEX triplet: B1, CF and DE. RGB value is (177,207,222). Sum of RGB (Red+Green+Blue) = 177+207+222=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFDE is #4E3021. Grayscale: #C7C7C7. Windows color (decimal): -5124130 or 14602161. OLE color: 14602161.

HSL color Cylindrical-coordinate representation of color #B1CFDE: hue angle of 200º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CFDE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177207222-
CMYK0.200.0700.13
HSL200º40.54%78.24%-
HSV(B)200º20.27%87.06%-
XYZ53.6359.2577.72-
YUV199.74140.56111.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.21%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=29.21%
G=34.16%
B=36.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772072220.200.0700.1320040.5478.24
HexB1CFDE1470Dc8294e
Octal26131733624701531051116
Binary1011000111001111110111101010011101101110010001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFDE; }

 p { color: rgb(177,207,222); }

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

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

 a { background-color: rgb(177,207,222); }

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

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

 span { border-color: rgb(177,207,222); }

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