Html Css Color HEX #AFE8FA Blizzard Blue

📋 copy color: '#AFE8FA'

red 175 ◦ green 232 ◦ blue 250

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

Shades of Blizzard Blue #AFE8FA

Tints of Blizzard Blue #AFE8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.05%

R = 26.64%
G = 35.31%
B = 38.05%

CMYK

 C value IS 0.3

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFE8FA (or 0xAFE8FA) is known color: Blizzard Blue. HEX triplet: AF, E8 and FA. RGB value is (175,232,250). Sum of RGB (Red+Green+Blue) = 175+232+250=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8FA is #501705. Grayscale: #D8D8D8. Windows color (decimal): -5248774 or 16443567. OLE color: 16443567.

HSL color Cylindrical-coordinate representation of color #AFE8FA: hue angle of 194.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE8FA is Cyan = 0.3, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 232 250 -
CMYK 0.3 0.07 0 0.02
HSL 194.4º 0.88% 0.83% -
HSV(B) 194.4º 0.3% 0.98% -
XYZ 63.79 73.73 101.31 -
YUV 217.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 175 232 250 0.3 0.07 0 0.02 194.4 0.88 0.83
Hex AF E8 FA 1E 7 0 2 C2 58 53
Octal 257 350 372 36 7 0 2 302 130 123
Binary 10101111 11101000 11111010 11110 111 0 10 11000010 1011000 1010011

Color Harmonies of #AFE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8FA

Black with #AFE8FA

Text Example


Text Example

White with #AFE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8FA; }

 p { color: rgb(175,232,250); }

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

background-color css

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

 a { background-color: rgb(175,232,250); }

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

border-color css

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

 span { border-color: rgb(175,232,250); }

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