#B0DAEB

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

Shades of Light Blue #B0DAEB

Tints of Light Blue #B0DAEB

Color information

#B0DAEB (or 0xB0DAEB) is unknown color: approx Light Blue. HEX triplet: B0, DA and EB. RGB value is (176,218,235). Sum of RGB (Red+Green+Blue) = 176+218+235=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DAEB is #4F2514. Grayscale: #CFCFCF. Windows color (decimal): -5186837 or 15456944. OLE color: 15456944.

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

Color convert

RGB176218235-
CMYK0.250.0700.08
HSL197.29º59.6%80.59%-
HSV(B)197.29º25.11%92.16%-
XYZ57.9765.3788.16-
YUV207.38143.59105.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.98%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=27.98%
G=34.66%
B=37.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762182350.250.0700.08197.2959.680.59
HexB0DAEB19708c53c51
Octal26033235331701030574121
Binary1011000011011010111010111100111101000110001011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAEB; }

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

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

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

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

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

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

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

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