#b0deeb

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

Shades of Light Blue #B0DEEB

Tints of Light Blue #B0DEEB

Color information

#B0DEEB (or 0xB0DEEB) is unknown color: approx Light Blue. HEX triplet: B0, DE and EB. RGB value is (176,222,235). Sum of RGB (Red+Green+Blue) = 176+222+235=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0DEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DEEB is #4F2114. Grayscale: #D1D1D1. Windows color (decimal): -5185813 or 15457968. OLE color: 15457968.

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

Color convert

RGB176222235-
CMYK0.250.0600.08
HSL193.22º59.6%80.59%-
HSV(B)193.22º25.11%92.16%-
XYZ59.0267.4788.51-
YUV209.73142.26103.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.80%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=27.80%
G=35.07%
B=37.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762222350.250.0600.08193.2259.680.59
HexB0DEEB19608c13c51
Octal26033635331601030174121
Binary1011000011011110111010111100111001000110000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0deeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0deeb; }

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

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

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

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

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

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

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

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