Html Css Color HEX #B2EBFC Blizzard Blue

📋 copy color: '#B2EBFC'

red 178 ◦ green 235 ◦ blue 252

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

Shades of Blizzard Blue #B2EBFC

Tints of Blizzard Blue #B2EBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.34%

 BLUE value IS 252 (98.83% from 255) = 37.89%

R = 26.77%
G = 35.34%
B = 37.89%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2EBFC (or 0xB2EBFC) is known color: Blizzard Blue. HEX triplet: B2, EB and FC. RGB value is (178,235,252). Sum of RGB (Red+Green+Blue) = 178+235+252=665 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.77% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2EBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBFC is #4D1403. Grayscale: #DBDBDB. Windows color (decimal): -5051396 or 16575410. OLE color: 16575410.

HSL color Cylindrical-coordinate representation of color #B2EBFC: hue angle of 193.78º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2EBFC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 235 252 -
CMYK 0.29 0.07 0 0.01
HSL 193.78º 0.93% 0.84% -
HSV(B) 193.78º 0.29% 0.99% -
XYZ 65.64 75.91 103.29 -
YUV 219.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 178 235 252 0.29 0.07 0 0.01 193.78 0.93 0.84
Hex B2 EB FC 1D 7 0 1 C2 5C 54
Octal 262 353 374 35 7 0 1 302 134 124
Binary 10110010 11101011 11111100 11101 111 0 1 11000010 1011100 1010100

Color Harmonies of #B2EBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBFC

Black with #B2EBFC

Text Example


Text Example

White with #B2EBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBFC; }

 p { color: rgb(178,235,252); }

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

background-color css

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

 a { background-color: rgb(178,235,252); }

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

border-color css

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

 span { border-color: rgb(178,235,252); }

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