Html Css Color HEX #B2EAFA Blizzard Blue

📋 copy color: '#B2EAFA'

red 178 ◦ green 234 ◦ blue 250

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

Shades of Blizzard Blue #B2EAFA

Tints of Blizzard Blue #B2EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.35%

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 26.89%
G = 35.35%
B = 37.76%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2EAFA (or 0xB2EAFA) is known color: Blizzard Blue. HEX triplet: B2, EA and FA. RGB value is (178,234,250). Sum of RGB (Red+Green+Blue) = 178+234+250=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAFA is #4D1505. Grayscale: #DADADA. Windows color (decimal): -5051654 or 16444082. OLE color: 16444082.

HSL color Cylindrical-coordinate representation of color #B2EAFA: hue angle of 193.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2EAFA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 234 250 -
CMYK 0.29 0.06 0 0.02
HSL 193.33º 0.88% 0.84% -
HSV(B) 193.33º 0.29% 0.98% -
XYZ 65.04 75.21 101.53 -
YUV 219.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 178 234 250 0.29 0.06 0 0.02 193.33 0.88 0.84
Hex B2 EA FA 1D 6 0 2 C1 58 54
Octal 262 352 372 35 6 0 2 301 130 124
Binary 10110010 11101010 11111010 11101 110 0 10 11000001 1011000 1010100

Color Harmonies of #B2EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAFA

Black with #B2EAFA

Text Example


Text Example

White with #B2EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAFA; }

 p { color: rgb(178,234,250); }

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

background-color css

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

 a { background-color: rgb(178,234,250); }

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

border-color css

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

 span { border-color: rgb(178,234,250); }

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