#B0CEDF

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

Shades of Light Blue #B0CEDF

Tints of Light Blue #B0CEDF

Color information

#B0CEDF (or 0xB0CEDF) is unknown color: approx Light Blue. HEX triplet: B0, CE and DF. RGB value is (176,206,223). Sum of RGB (Red+Green+Blue) = 176+206+223=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEDF is #4F3120. Grayscale: #C6C6C6. Windows color (decimal): -5189921 or 14667440. OLE color: 14667440.

HSL color Cylindrical-coordinate representation of color #B0CEDF: hue angle of 201.7º 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 #B0CEDF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176206223-
CMYK0.210.0800.13
HSL201.7º42.34%78.24%-
HSV(B)201.7º21.08%87.45%-
XYZ53.358.778.33-
YUV198.97141.56111.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=29.09%
G=34.05%
B=36.86%

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
Decimal1762062230.210.0800.13201.742.3478.24
HexB0CEDF1580Dca2a4e
Octal260316337251001531252116
Binary10110000110011101101111110101100001101110010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEDF; }

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

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

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

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

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

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

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

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