Html Css Color HEX #B8DAEA Light Blue

📋 copy color: '#B8DAEA'

red 184 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #B8DAEA

Tints of Light Blue #B8DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.28%

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

R = 28.93%
G = 34.28%
B = 36.79%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8DAEA (or 0xB8DAEA) is known color: Light Blue. HEX triplet: B8, DA and EA. RGB value is (184,218,234). Sum of RGB (Red+Green+Blue) = 184+218+234=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DAEA is #472515. Grayscale: #D1D1D1. Windows color (decimal): -4662550 or 15391416. OLE color: 15391416.

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

Color convert

RGB 184 218 234 -
CMYK 0.21 0.07 0 0.08
HSL 199.2º 0.54% 0.82% -
HSV(B) 199.2º 0.21% 0.92% -
XYZ 59.69 66.27 87.49 -
YUV 209.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 184 218 234 0.21 0.07 0 0.08 199.2 0.54 0.82
Hex B8 DA EA 15 7 0 8 C7 36 52
Octal 270 332 352 25 7 0 10 307 66 122
Binary 10111000 11011010 11101010 10101 111 0 1000 11000111 110110 1010010

Color Harmonies of #B8DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DAEA

Black with #B8DAEA

Text Example


Text Example

White with #B8DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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