Html Css Color HEX #AEECFD Blizzard Blue

📋 copy color: '#AEECFD'

red 174 ◦ green 236 ◦ blue 253

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

Shades of Blizzard Blue #AEECFD

Tints of Blizzard Blue #AEECFD

RGB

 RED value IS 174 (68.36% from 255) = 26.24%

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

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

R = 26.24%
G = 35.6%
B = 38.16%

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

#AEECFD (or 0xAEECFD) is known color: Blizzard Blue. HEX triplet: AE, EC and FD. RGB value is (174,236,253). Sum of RGB (Red+Green+Blue) = 174+236+253=663 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.24% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECFD is #511302. Grayscale: #DBDBDB. Windows color (decimal): -5313283 or 16641198. OLE color: 16641198.

HSL color Cylindrical-coordinate representation of color #AEECFD: hue angle of 192.91º 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 #AEECFD is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 236 253 -
CMYK 0.31 0.07 0 0.01
HSL 192.91º 0.95% 0.84% -
HSV(B) 192.91º 0.31% 0.99% -
XYZ 65.18 76.08 104.18 -
YUV 219.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 174 236 253 0.31 0.07 0 0.01 192.91 0.95 0.84
Hex AE EC FD 1F 7 0 1 C1 5F 54
Octal 256 354 375 37 7 0 1 301 137 124
Binary 10101110 11101100 11111101 11111 111 0 1 11000001 1011111 1010100

Color Harmonies of #AEECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECFD

Black with #AEECFD

Text Example


Text Example

White with #AEECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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