#B8DCEB

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

Shades of Light Blue #B8DCEB

Tints of Light Blue #B8DCEB

Color information

#B8DCEB (or 0xB8DCEB) is unknown color: approx Light Blue. HEX triplet: B8, DC and EB. RGB value is (184,220,235). Sum of RGB (Red+Green+Blue) = 184+220+235=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCEB is #472314. Grayscale: #D2D2D2. Windows color (decimal): -4662037 or 15457464. OLE color: 15457464.

HSL color Cylindrical-coordinate representation of color #B8DCEB: hue angle of 197.65º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8DCEB is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184220235-
CMYK0.220.0600.08
HSL197.65º56.04%82.16%-
HSV(B)197.65º21.7%92.16%-
XYZ60.3667.3788.42-
YUV210.95141.57108.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.79%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=28.79%
G=34.43%
B=36.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842202350.220.0600.08197.6556.0482.16
HexB8DCEB16608c63852
Octal27033435326601030670122
Binary1011100011011100111010111011011001000110001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCEB; }

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

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

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

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

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

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

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

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