Html Css Color HEX #B8D9EB Light Blue

📋 copy color: '#B8D9EB'

red 184 ◦ green 217 ◦ blue 235

#B8D9EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #B8D9EB

Tints of Light Blue #B8D9EB

RGB

 RED value IS 184 (72.27% from 255) = 28.93%

 GREEN value IS 217 (85.16% from 255) = 34.12%

 BLUE value IS 235 (92.19% from 255) = 36.95%

R = 28.93%
G = 34.12%
B = 36.95%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8D9EB (or 0xB8D9EB) is known color: Light Blue. HEX triplet: B8, D9 and EB. RGB value is (184,217,235). Sum of RGB (Red+Green+Blue) = 184+217+235=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D9EB is #472614. Grayscale: #D1D1D1. Windows color (decimal): -4662805 or 15456696. OLE color: 15456696.

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

Color convert

RGB 184 217 235 -
CMYK 0.22 0.08 0 0.08
HSL 201.18º 0.56% 0.82% -
HSV(B) 201.18º 0.22% 0.92% -
XYZ 59.58 65.81 88.16 -
YUV 209.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 184 217 235 0.22 0.08 0 0.08 201.18 0.56 0.82
Hex B8 D9 EB 16 8 0 8 C9 38 52
Octal 270 331 353 26 10 0 10 311 70 122
Binary 10111000 11011001 11101011 10110 1000 0 1000 11001001 111000 1010010

Color Harmonies of #B8D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9EB

Black with #B8D9EB

Text Example


Text Example

White with #B8D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9EB; }

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

 H1.HeaderClassName
 {
   color: #B8D9EB;
 }
 .AnyTagClassName
 {
   color: #B8D9EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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