Html Css Color HEX #AFECFD Blizzard Blue

📋 copy color: '#AFECFD'

red 175 ◦ green 236 ◦ blue 253

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

Shades of Blizzard Blue #AFECFD

Tints of Blizzard Blue #AFECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.1%

R = 26.36%
G = 35.54%
B = 38.1%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AFECFD (or 0xAFECFD) is known color: Blizzard Blue. HEX triplet: AF, EC and FD. RGB value is (175,236,253). Sum of RGB (Red+Green+Blue) = 175+236+253=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECFD is #501302. Grayscale: #DBDBDB. Windows color (decimal): -5247747 or 16641199. OLE color: 16641199.

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

Color convert

RGB 175 236 253 -
CMYK 0.31 0.07 0 0.01
HSL 193.08º 0.95% 0.84% -
HSV(B) 193.08º 0.31% 0.99% -
XYZ 65.4 76.2 104.19 -
YUV 219.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 175 236 253 0.31 0.07 0 0.01 193.08 0.95 0.84
Hex AF EC FD 1F 7 0 1 C1 5F 54
Octal 257 354 375 37 7 0 1 301 137 124
Binary 10101111 11101100 11111101 11111 111 0 1 11000001 1011111 1010100

Color Harmonies of #AFECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECFD

Black with #AFECFD

Text Example


Text Example

White with #AFECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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