Html Css Color HEX #B0E3F7 Blizzard Blue

📋 copy color: '#B0E3F7'

red 176 ◦ green 227 ◦ blue 247

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

Shades of Blizzard Blue #B0E3F7

Tints of Blizzard Blue #B0E3F7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.92%

 BLUE value IS 247 (96.88% from 255) = 38%

R = 27.08%
G = 34.92%
B = 38%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B0E3F7 (or 0xB0E3F7) is known color: Blizzard Blue. HEX triplet: B0, E3 and F7. RGB value is (176,227,247). Sum of RGB (Red+Green+Blue) = 176+227+247=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0E3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E3F7 is #4F1C08. Grayscale: #D5D5D5. Windows color (decimal): -5184521 or 16245680. OLE color: 16245680.

HSL color Cylindrical-coordinate representation of color #B0E3F7: hue angle of 196.9º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0E3F7 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 227 247 -
CMYK 0.29 0.08 0 0.03
HSL 196.9º 0.82% 0.83% -
HSV(B) 196.9º 0.29% 0.97% -
XYZ 62.16 70.88 98.4 -
YUV 214.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 176 227 247 0.29 0.08 0 0.03 196.9 0.82 0.83
Hex B0 E3 F7 1D 8 0 3 C5 52 53
Octal 260 343 367 35 10 0 3 305 122 123
Binary 10110000 11100011 11110111 11101 1000 0 11 11000101 1010010 1010011

Color Harmonies of #B0E3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E3F7

Black with #B0E3F7

Text Example


Text Example

White with #B0E3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E3F7; }

 p { color: rgb(176,227,247); }

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

background-color css

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

 a { background-color: rgb(176,227,247); }

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

border-color css

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

 span { border-color: rgb(176,227,247); }

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