#B8DEEF

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

Shades of Light Blue #B8DEEF

Tints of Light Blue #B8DEEF

Color information

#B8DEEF (or 0xB8DEEF) is unknown color: approx Light Blue. HEX triplet: B8, DE and EF. RGB value is (184,222,239). Sum of RGB (Red+Green+Blue) = 184+222+239=645 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.53% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DEEF is #472110. Grayscale: #D4D4D4. Windows color (decimal): -4661521 or 15720120. OLE color: 15720120.

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

Color convert

RGB184222239-
CMYK0.230.0700.06
HSL198.55º63.22%82.94%-
HSV(B)198.55º23.01%93.73%-
XYZ61.4768.6691.68-
YUV212.58142.91107.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.53%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=28.53%
G=34.42%
B=37.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842222390.230.0700.06198.5563.2282.94
HexB8DEEF17706c73f53
Octal2703363572770630777123
Binary101110001101111011101111101111110110110001111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DEEF; }

 p { color: rgb(184,222,239); }

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

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

 a { background-color: rgb(184,222,239); }

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

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

 span { border-color: rgb(184,222,239); }

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