#B0DFEF

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

Shades of Light Blue #B0DFEF

Tints of Light Blue #B0DFEF

Color information

#B0DFEF (or 0xB0DFEF) is unknown color: approx Light Blue. HEX triplet: B0, DF and EF. RGB value is (176,223,239). Sum of RGB (Red+Green+Blue) = 176+223+239=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFEF is #4F2010. Grayscale: #D2D2D2. Windows color (decimal): -5185553 or 15720368. OLE color: 15720368.

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

Color convert

RGB176223239-
CMYK0.260.0700.06
HSL195.24º66.32%81.37%-
HSV(B)195.24º26.36%93.73%-
XYZ59.8768.2491.68-
YUV210.77143.93103.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.59%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 239 (93.75% from 255) = 37.46%
R=27.59%
G=34.95%
B=37.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762232390.260.0700.06195.2466.3281.37
HexB0DFEF1A706c34251
Octal26033735732706303102121
Binary1011000011011111111011111101011101101100001110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFEF; }

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

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

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

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

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

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

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

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