Html Css Color HEX #B2EBFD Blizzard Blue

📋 copy color: '#B2EBFD'

red 178 ◦ green 235 ◦ blue 253

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

Shades of Blizzard Blue #B2EBFD

Tints of Blizzard Blue #B2EBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.99%

R = 26.73%
G = 35.29%
B = 37.99%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2EBFD (or 0xB2EBFD) is known color: Blizzard Blue. HEX triplet: B2, EB and FD. RGB value is (178,235,253). Sum of RGB (Red+Green+Blue) = 178+235+253=666 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.73% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBFD is #4D1402. Grayscale: #DBDBDB. Windows color (decimal): -5051395 or 16640946. OLE color: 16640946.

HSL color Cylindrical-coordinate representation of color #B2EBFD: hue angle of 194.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2EBFD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 235 253 -
CMYK 0.30 0.07 0 0.01
HSL 194.4º 0.95% 0.85% -
HSV(B) 194.4º 0.3% 0.99% -
XYZ 65.8 75.97 104.12 -
YUV 220.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 178 235 253 0.30 0.07 0 0.01 194.4 0.95 0.85
Hex B2 EB FD 1E 7 0 1 C2 5F 55
Octal 262 353 375 36 7 0 1 302 137 125
Binary 10110010 11101011 11111101 11110 111 0 1 11000010 1011111 1010101

Color Harmonies of #B2EBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBFD

Black with #B2EBFD

Text Example


Text Example

White with #B2EBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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