#B8DCEE

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

Shades of Light Blue #B8DCEE

Tints of Light Blue #B8DCEE

Color information

#B8DCEE (or 0xB8DCEE) is unknown color: approx Light Blue. HEX triplet: B8, DC and EE. RGB value is (184,220,238). Sum of RGB (Red+Green+Blue) = 184+220+238=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCEE is #472311. Grayscale: #D3D3D3. Windows color (decimal): -4662034 or 15654072. OLE color: 15654072.

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

Color convert

RGB184220238-
CMYK0.230.0800.07
HSL200º61.36%82.75%-
HSV(B)200º22.69%93.33%-
XYZ60.7967.5590.72-
YUV211.29143.07108.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.66%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=28.66%
G=34.27%
B=37.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842202380.230.0800.0720061.3682.75
HexB8DCEE17807c83d53
Octal27033435627100731075123
Binary1011100011011100111011101011110000111110010001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCEE; }

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

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

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

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

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

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

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

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