Html Css Color HEX #B8D7EA Light Blue

📋 copy color: '#B8D7EA'

red 184 ◦ green 215 ◦ blue 234

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

Shades of Light Blue #B8D7EA

Tints of Light Blue #B8D7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.97%

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

R = 29.07%
G = 33.97%
B = 36.97%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8D7EA (or 0xB8D7EA) is known color: Light Blue. HEX triplet: B8, D7 and EA. RGB value is (184,215,234). Sum of RGB (Red+Green+Blue) = 184+215+234=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8D7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D7EA is #472815. Grayscale: #CFCFCF. Windows color (decimal): -4663318 or 15390648. OLE color: 15390648.

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

Color convert

RGB 184 215 234 -
CMYK 0.21 0.08 0 0.08
HSL 202.8º 0.54% 0.82% -
HSV(B) 202.8º 0.21% 0.92% -
XYZ 58.92 64.73 87.23 -
YUV 207.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 184 215 234 0.21 0.08 0 0.08 202.8 0.54 0.82
Hex B8 D7 EA 15 8 0 8 CB 36 52
Octal 270 327 352 25 10 0 10 313 66 122
Binary 10111000 11010111 11101010 10101 1000 0 1000 11001011 110110 1010010

Color Harmonies of #B8D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D7EA

Black with #B8D7EA

Text Example


Text Example

White with #B8D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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