Html Css Color HEX #AFE3F2 Blizzard Blue

📋 copy color: '#AFE3F2'

red 175 ◦ green 227 ◦ blue 242

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

Shades of Blizzard Blue #AFE3F2

Tints of Blizzard Blue #AFE3F2

RGB

 RED value IS 175 (68.75% from 255) = 27.17%

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

 BLUE value IS 242 (94.92% from 255) = 37.58%

R = 27.17%
G = 35.25%
B = 37.58%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFE3F2 (or 0xAFE3F2) is known color: Blizzard Blue. HEX triplet: AF, E3 and F2. RGB value is (175,227,242). Sum of RGB (Red+Green+Blue) = 175+227+242=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFE3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3F2 is #501C0D. Grayscale: #D5D5D5. Windows color (decimal): -5250062 or 15917999. OLE color: 15917999.

HSL color Cylindrical-coordinate representation of color #AFE3F2: hue angle of 193.43º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFE3F2 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 227 242 -
CMYK 0.28 0.06 0 0.05
HSL 193.43º 0.72% 0.82% -
HSV(B) 193.43º 0.28% 0.95% -
XYZ 61.18 70.46 94.38 -
YUV 213.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 175 227 242 0.28 0.06 0 0.05 193.43 0.72 0.82
Hex AF E3 F2 1C 6 0 5 C1 48 52
Octal 257 343 362 34 6 0 5 301 110 122
Binary 10101111 11100011 11110010 11100 110 0 101 11000001 1001000 1010010

Color Harmonies of #AFE3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3F2

Black with #AFE3F2

Text Example


Text Example

White with #AFE3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3F2; }

 p { color: rgb(175,227,242); }

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

background-color css

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

 a { background-color: rgb(175,227,242); }

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

border-color css

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

 span { border-color: rgb(175,227,242); }

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