Html Css Color HEX #B8DBEA Light Blue

📋 copy color: '#B8DBEA'

red 184 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #B8DBEA

Tints of Light Blue #B8DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 28.89%
G = 34.38%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8DBEA (or 0xB8DBEA) is known color: Light Blue. HEX triplet: B8, DB and EA. RGB value is (184,219,234). Sum of RGB (Red+Green+Blue) = 184+219+234=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBEA is #472415. Grayscale: #D2D2D2. Windows color (decimal): -4662294 or 15391672. OLE color: 15391672.

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

Color convert

RGB 184 219 234 -
CMYK 0.21 0.06 0 0.08
HSL 198º 0.54% 0.82% -
HSV(B) 198º 0.21% 0.92% -
XYZ 59.95 66.79 87.57 -
YUV 210.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 184 219 234 0.21 0.06 0 0.08 198 0.54 0.82
Hex B8 DB EA 15 6 0 8 C6 36 52
Octal 270 333 352 25 6 0 10 306 66 122
Binary 10111000 11011011 11101010 10101 110 0 1000 11000110 110110 1010010

Color Harmonies of #B8DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBEA

Black with #B8DBEA

Text Example


Text Example

White with #B8DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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