Html Css Color HEX #ACEEFD Blizzard Blue

📋 copy color: '#ACEEFD'

red 172 ◦ green 238 ◦ blue 253

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

Shades of Blizzard Blue #ACEEFD

Tints of Blizzard Blue #ACEEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.9%

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

R = 25.94%
G = 35.9%
B = 38.16%

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

#ACEEFD (or 0xACEEFD) is known color: Blizzard Blue. HEX triplet: AC, EE and FD. RGB value is (172,238,253). Sum of RGB (Red+Green+Blue) = 172+238+253=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 238 (93.36% from 255 or 35.90% 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 #ACEEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEFD is #531102. Grayscale: #DBDBDB. Windows color (decimal): -5443843 or 16641708. OLE color: 16641708.

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

Color convert

RGB 172 238 253 -
CMYK 0.32 0.06 0 0.01
HSL 191.11º 0.95% 0.83% -
HSV(B) 191.11º 0.32% 0.99% -
XYZ 65.32 77.01 104.35 -
YUV 219.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 172 238 253 0.32 0.06 0 0.01 191.11 0.95 0.83
Hex AC EE FD 20 6 0 1 BF 5F 53
Octal 254 356 375 40 6 0 1 277 137 123
Binary 10101100 11101110 11111101 100000 110 0 1 10111111 1011111 1010011

Color Harmonies of #ACEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEFD

Black with #ACEEFD

Text Example


Text Example

White with #ACEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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