Html Css Color HEX #B8DBEB Light Blue

📋 copy color: '#B8DBEB'

red 184 ◦ green 219 ◦ blue 235

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

Shades of Light Blue #B8DBEB

Tints of Light Blue #B8DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.33%

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

R = 28.84%
G = 34.33%
B = 36.83%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8DBEB (or 0xB8DBEB) is known color: Light Blue. HEX triplet: B8, DB and EB. RGB value is (184,219,235). Sum of RGB (Red+Green+Blue) = 184+219+235=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBEB is #472414. Grayscale: #D2D2D2. Windows color (decimal): -4662293 or 15457208. OLE color: 15457208.

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

Color convert

RGB 184 219 235 -
CMYK 0.22 0.07 0 0.08
HSL 198.82º 0.56% 0.82% -
HSV(B) 198.82º 0.22% 0.92% -
XYZ 60.09 66.85 88.33 -
YUV 210.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 184 219 235 0.22 0.07 0 0.08 198.82 0.56 0.82
Hex B8 DB EB 16 7 0 8 C7 38 52
Octal 270 333 353 26 7 0 10 307 70 122
Binary 10111000 11011011 11101011 10110 111 0 1000 11000111 111000 1010010

Color Harmonies of #B8DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBEB

Black with #B8DBEB

Text Example


Text Example

White with #B8DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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