#B8DCEF

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

Shades of Light Blue #B8DCEF

Tints of Light Blue #B8DCEF

Color information

#B8DCEF (or 0xB8DCEF) is unknown color: approx Light Blue. HEX triplet: B8, DC and EF. RGB value is (184,220,239). Sum of RGB (Red+Green+Blue) = 184+220+239=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCEF is #472310. Grayscale: #D3D3D3. Windows color (decimal): -4662033 or 15719608. OLE color: 15719608.

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

Color convert

RGB184220239-
CMYK0.230.0800.06
HSL200.73º63.22%82.94%-
HSV(B)200.73º23.01%93.73%-
XYZ60.9467.6191.5-
YUV211.4143.57108.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.62%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=28.62%
G=34.21%
B=37.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842202390.230.0800.06200.7363.2282.94
HexB8DCEF17806c93f53
Octal27033435727100631177123
Binary1011100011011100111011111011110000110110010011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCEF; }

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

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

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

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

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

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

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

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