#b0deec

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

Shades of Light Blue #B0DEEC

Tints of Light Blue #B0DEEC

Color information

#B0DEEC (or 0xB0DEEC) is unknown color: approx Light Blue. HEX triplet: B0, DE and EC. RGB value is (176,222,236). Sum of RGB (Red+Green+Blue) = 176+222+236=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEEC is #4F2113. Grayscale: #D1D1D1. Windows color (decimal): -5185812 or 15523504. OLE color: 15523504.

HSL color Cylindrical-coordinate representation of color #B0DEEC: hue angle of 194º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0DEEC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176222236-
CMYK0.250.0600.07
HSL194º61.22%80.78%-
HSV(B)194º25.42%92.55%-
XYZ59.1767.5389.27-
YUV209.84142.76103.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.76%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=27.76%
G=35.02%
B=37.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762222360.250.0600.0719461.2280.78
HexB0DEEC19607c23d51
Octal2603363543160730275121
Binary101100001101111011101100110011100111110000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0deec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0deec; }

 p { color: rgb(176,222,236); }

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

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

 a { background-color: rgb(176,222,236); }

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

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

 span { border-color: rgb(176,222,236); }

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