Html Css Color HEX #B2DAE9 Light Blue

📋 copy color: '#B2DAE9'

red 178 ◦ green 218 ◦ blue 233

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

Shades of Light Blue #B2DAE9

Tints of Light Blue #B2DAE9

RGB

 RED value IS 178 (69.92% from 255) = 28.3%

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

 BLUE value IS 233 (91.41% from 255) = 37.04%

R = 28.3%
G = 34.66%
B = 37.04%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B2DAE9 (or 0xB2DAE9) is known color: Light Blue. HEX triplet: B2, DA and E9. RGB value is (178,218,233). Sum of RGB (Red+Green+Blue) = 178+218+233=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #B2DAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAE9 is #4D2516. Grayscale: #CFCFCF. Windows color (decimal): -5055767 or 15325874. OLE color: 15325874.

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

Color convert

RGB 178 218 233 -
CMYK 0.24 0.06 0 0.09
HSL 196.36º 0.56% 0.81% -
HSV(B) 196.36º 0.24% 0.91% -
XYZ 58.14 65.49 86.67 -
YUV 207.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 178 218 233 0.24 0.06 0 0.09 196.36 0.56 0.81
Hex B2 DA E9 18 6 0 9 C4 38 51
Octal 262 332 351 30 6 0 11 304 70 121
Binary 10110010 11011010 11101001 11000 110 0 1001 11000100 111000 1010001

Color Harmonies of #B2DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAE9

Black with #B2DAE9

Text Example


Text Example

White with #B2DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAE9; }

 p { color: rgb(178,218,233); }

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

background-color css

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

 a { background-color: rgb(178,218,233); }

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

border-color css

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

 span { border-color: rgb(178,218,233); }

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