Html Css Color HEX #AFEDFF Blizzard Blue

📋 copy color: '#AFEDFF'

red 175 ◦ green 237 ◦ blue 255

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

Shades of Blizzard Blue #AFEDFF

Tints of Blizzard Blue #AFEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.53%

 BLUE value IS 255 (100% from 255) = 38.23%

R = 26.24%
G = 35.53%
B = 38.23%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFEDFF (or 0xAFEDFF) is known color: Blizzard Blue. HEX triplet: AF, ED and FF. RGB value is (175,237,255). Sum of RGB (Red+Green+Blue) = 175+237+255=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDFF is #501200. Grayscale: #DCDCDC. Windows color (decimal): -5247489 or 16772527. OLE color: 16772527.

HSL color Cylindrical-coordinate representation of color #AFEDFF: hue angle of 193.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFEDFF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 237 255 -
CMYK 0.31 0.07 0 0
HSL 193.5º 1% 0.84% -
HSV(B) 193.5º 0.31% 1% -
XYZ 66.01 76.9 105.97 -
YUV 220.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 175 237 255 0.31 0.07 0 0 193.5 1 0.84
Hex AF ED FF 1F 7 0 0 C2 64 54
Octal 257 355 377 37 7 0 0 302 144 124
Binary 10101111 11101101 11111111 11111 111 0 0 11000010 1100100 1010100

Color Harmonies of #AFEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDFF

Black with #AFEDFF

Text Example


Text Example

White with #AFEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDFF; }

 p { color: rgb(175,237,255); }

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

background-color css

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

 a { background-color: rgb(175,237,255); }

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

border-color css

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

 span { border-color: rgb(175,237,255); }

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