Html Css Color HEX #B0E8FB Blizzard Blue

📋 copy color: '#B0E8FB'

red 176 ◦ green 232 ◦ blue 251

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

Shades of Blizzard Blue #B0E8FB

Tints of Blizzard Blue #B0E8FB

RGB

 RED value IS 176 (69.14% from 255) = 26.71%

 GREEN value IS 232 (91.02% from 255) = 35.2%

 BLUE value IS 251 (98.44% from 255) = 38.09%

R = 26.71%
G = 35.2%
B = 38.09%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0E8FB (or 0xB0E8FB) is known color: Blizzard Blue. HEX triplet: B0, E8 and FB. RGB value is (176,232,251). Sum of RGB (Red+Green+Blue) = 176+232+251=659 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.71% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0E8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E8FB is #4F1704. Grayscale: #D9D9D9. Windows color (decimal): -5183237 or 16509104. OLE color: 16509104.

HSL color Cylindrical-coordinate representation of color #B0E8FB: hue angle of 195.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E8FB is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 232 251 -
CMYK 0.30 0.08 0 0.02
HSL 195.2º 0.9% 0.84% -
HSV(B) 195.2º 0.3% 0.98% -
XYZ 64.17 73.91 102.15 -
YUV 217.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 176 232 251 0.30 0.08 0 0.02 195.2 0.9 0.84
Hex B0 E8 FB 1E 8 0 2 C3 5A 54
Octal 260 350 373 36 10 0 2 303 132 124
Binary 10110000 11101000 11111011 11110 1000 0 10 11000011 1011010 1010100

Color Harmonies of #B0E8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E8FB

Black with #B0E8FB

Text Example


Text Example

White with #B0E8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E8FB; }

 p { color: rgb(176,232,251); }

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

background-color css

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

 a { background-color: rgb(176,232,251); }

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

border-color css

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

 span { border-color: rgb(176,232,251); }

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