Html Css Color HEX #A2EDFD Blizzard Blue

📋 copy color: '#A2EDFD'

red 162 ◦ green 237 ◦ blue 253

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

Shades of Blizzard Blue #A2EDFD

Tints of Blizzard Blue #A2EDFD

RGB

 RED value IS 162 (63.67% from 255) = 24.85%

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

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

R = 24.85%
G = 36.35%
B = 38.8%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2EDFD (or 0xA2EDFD) is known color: Blizzard Blue. HEX triplet: A2, ED and FD. RGB value is (162,237,253). Sum of RGB (Red+Green+Blue) = 162+237+253=652 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.85% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2EDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDFD is #5D1202. Grayscale: #D8D8D8. Windows color (decimal): -6099459 or 16641442. OLE color: 16641442.

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

Color convert

RGB 162 237 253 -
CMYK 0.36 0.06 0 0.01
HSL 190.55º 0.96% 0.81% -
HSV(B) 190.55º 0.36% 0.99% -
XYZ 62.91 75.34 104.16 -
YUV 216.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 162 237 253 0.36 0.06 0 0.01 190.55 0.96 0.81
Hex A2 ED FD 24 6 0 1 BF 60 51
Octal 242 355 375 44 6 0 1 277 140 121
Binary 10100010 11101101 11111101 100100 110 0 1 10111111 1100000 1010001

Color Harmonies of #A2EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDFD

Black with #A2EDFD

Text Example


Text Example

White with #A2EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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