Html Css Color HEX #AFECFE Blizzard Blue

📋 copy color: '#AFECFE'

red 175 ◦ green 236 ◦ blue 254

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

Shades of Blizzard Blue #AFECFE

Tints of Blizzard Blue #AFECFE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.49%

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 26.32%
G = 35.49%
B = 38.2%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFECFE (or 0xAFECFE) is known color: Blizzard Blue. HEX triplet: AF, EC and FE. RGB value is (175,236,254). Sum of RGB (Red+Green+Blue) = 175+236+254=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECFE is #501301. Grayscale: #DBDBDB. Windows color (decimal): -5247746 or 16706735. OLE color: 16706735.

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

Color convert

RGB 175 236 254 -
CMYK 0.31 0.07 0 0.00
HSL 193.67º 0.98% 0.84% -
HSV(B) 193.67º 0.31% 1% -
XYZ 65.56 76.26 105.03 -
YUV 219.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 175 236 254 0.31 0.07 0 0.00 193.67 0.98 0.84
Hex AF EC FE 1F 7 0 0 C2 62 54
Octal 257 354 376 37 7 0 0 302 142 124
Binary 10101111 11101100 11111110 11111 111 0 0 11000010 1100010 1010100

Color Harmonies of #AFECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECFE

Black with #AFECFE

Text Example


Text Example

White with #AFECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECFE; }

 p { color: rgb(175,236,254); }

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

background-color css

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

 a { background-color: rgb(175,236,254); }

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

border-color css

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

 span { border-color: rgb(175,236,254); }

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