Html Css Color HEX #B4DAE8 Light Blue

📋 copy color: '#B4DAE8'

red 180 ◦ green 218 ◦ blue 232

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

Shades of Light Blue #B4DAE8

Tints of Light Blue #B4DAE8

RGB

 RED value IS 180 (70.7% from 255) = 28.57%

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

 BLUE value IS 232 (91.02% from 255) = 36.83%

R = 28.57%
G = 34.6%
B = 36.83%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B4DAE8 (or 0xB4DAE8) is known color: Light Blue. HEX triplet: B4, DA and E8. RGB value is (180,218,232). Sum of RGB (Red+Green+Blue) = 180+218+232=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DAE8 is #4B2517. Grayscale: #D0D0D0. Windows color (decimal): -4924696 or 15260340. OLE color: 15260340.

HSL color Cylindrical-coordinate representation of color #B4DAE8: hue angle of 196.15º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4DAE8 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 218 232 -
CMYK 0.22 0.06 0 0.09
HSL 196.15º 0.53% 0.81% -
HSV(B) 196.15º 0.22% 0.91% -
XYZ 58.46 65.67 85.94 -
YUV 208.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 180 218 232 0.22 0.06 0 0.09 196.15 0.53 0.81
Hex B4 DA E8 16 6 0 9 C4 35 51
Octal 264 332 350 26 6 0 11 304 65 121
Binary 10110100 11011010 11101000 10110 110 0 1001 11000100 110101 1010001

Color Harmonies of #B4DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DAE8

Black with #B4DAE8

Text Example


Text Example

White with #B4DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DAE8; }

 p { color: rgb(180,218,232); }

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

background-color css

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

 a { background-color: rgb(180,218,232); }

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

border-color css

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

 span { border-color: rgb(180,218,232); }

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