#B1CEDF

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

Shades of Light Blue #B1CEDF

Tints of Light Blue #B1CEDF

Color information

#B1CEDF (or 0xB1CEDF) is unknown color: approx Light Blue. HEX triplet: B1, CE and DF. RGB value is (177,206,223). Sum of RGB (Red+Green+Blue) = 177+206+223=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEDF is #4E3120. Grayscale: #C7C7C7. Windows color (decimal): -5124385 or 14667441. OLE color: 14667441.

HSL color Cylindrical-coordinate representation of color #B1CEDF: hue angle of 202.17º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1CEDF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177206223-
CMYK0.210.0800.13
HSL202.17º41.82%78.43%-
HSV(B)202.17º20.63%87.45%-
XYZ53.5258.8278.34-
YUV199.27141.39112.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.21%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=29.21%
G=33.99%
B=36.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772062230.210.0800.13202.1741.8278.43
HexB1CEDF1580Dca2a4e
Octal261316337251001531252116
Binary10110001110011101101111110101100001101110010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEDF; }

 p { color: rgb(177,206,223); }

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

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

 a { background-color: rgb(177,206,223); }

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

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

 span { border-color: rgb(177,206,223); }

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