Html Css Color HEX #ACEDFD Blizzard Blue

📋 copy color: '#ACEDFD'

red 172 ◦ green 237 ◦ blue 253

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

Shades of Blizzard Blue #ACEDFD

Tints of Blizzard Blue #ACEDFD

RGB

 RED value IS 172 (67.58% from 255) = 25.98%

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

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

R = 25.98%
G = 35.8%
B = 38.22%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACEDFD (or 0xACEDFD) is known color: Blizzard Blue. HEX triplet: AC, ED and FD. RGB value is (172,237,253). Sum of RGB (Red+Green+Blue) = 172+237+253=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEDFD is #531202. Grayscale: #DBDBDB. Windows color (decimal): -5444099 or 16641452. OLE color: 16641452.

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

Color convert

RGB 172 237 253 -
CMYK 0.32 0.06 0 0.01
HSL 191.85º 0.95% 0.83% -
HSV(B) 191.85º 0.32% 0.99% -
XYZ 65.03 76.43 104.25 -
YUV 219.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 172 237 253 0.32 0.06 0 0.01 191.85 0.95 0.83
Hex AC ED FD 20 6 0 1 C0 5F 53
Octal 254 355 375 40 6 0 1 300 137 123
Binary 10101100 11101101 11111101 100000 110 0 1 11000000 1011111 1010011

Color Harmonies of #ACEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDFD

Black with #ACEDFD

Text Example


Text Example

White with #ACEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDFD; }

 p { color: rgb(172,237,253); }

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

background-color css

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

 a { background-color: rgb(172,237,253); }

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

border-color css

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

 span { border-color: rgb(172,237,253); }

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