Html Css Color HEX #AFE6F2 Blizzard Blue

📋 copy color: '#AFE6F2'

red 175 ◦ green 230 ◦ blue 242

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

Shades of Blizzard Blue #AFE6F2

Tints of Blizzard Blue #AFE6F2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.55%

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

R = 27.05%
G = 35.55%
B = 37.4%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFE6F2 (or 0xAFE6F2) is known color: Blizzard Blue. HEX triplet: AF, E6 and F2. RGB value is (175,230,242). Sum of RGB (Red+Green+Blue) = 175+230+242=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFE6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6F2 is #50190D. Grayscale: #D6D6D6. Windows color (decimal): -5249294 or 15918767. OLE color: 15918767.

HSL color Cylindrical-coordinate representation of color #AFE6F2: hue angle of 190.75º 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 #AFE6F2 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 230 242 -
CMYK 0.28 0.05 0 0.05
HSL 190.75º 0.72% 0.82% -
HSV(B) 190.75º 0.28% 0.95% -
XYZ 62 72.12 94.66 -
YUV 214.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 175 230 242 0.28 0.05 0 0.05 190.75 0.72 0.82
Hex AF E6 F2 1C 5 0 5 BF 48 52
Octal 257 346 362 34 5 0 5 277 110 122
Binary 10101111 11100110 11110010 11100 101 0 101 10111111 1001000 1010010

Color Harmonies of #AFE6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6F2

Black with #AFE6F2

Text Example


Text Example

White with #AFE6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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