Html Css Color HEX #A5E0F2 Blizzard Blue

📋 copy color: '#A5E0F2'

red 165 ◦ green 224 ◦ blue 242

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

Shades of Blizzard Blue #A5E0F2

Tints of Blizzard Blue #A5E0F2

RGB

 RED value IS 165 (64.84% from 255) = 26.15%

 GREEN value IS 224 (87.89% from 255) = 35.5%

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 26.15%
G = 35.5%
B = 38.35%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A5E0F2 (or 0xA5E0F2) is known color: Blizzard Blue. HEX triplet: A5, E0 and F2. RGB value is (165,224,242). Sum of RGB (Red+Green+Blue) = 165+224+242=631 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.15% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #A5E0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E0F2 is #5A1F0D. Grayscale: #D0D0D0. Windows color (decimal): -5906190 or 15917221. OLE color: 15917221.

HSL color Cylindrical-coordinate representation of color #A5E0F2: hue angle of 194.03º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5E0F2 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 224 242 -
CMYK 0.32 0.07 0 0.05
HSL 194.03º 0.75% 0.8% -
HSV(B) 194.03º 0.32% 0.95% -
XYZ 58.2 67.72 94.01 -
YUV 208.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 165 224 242 0.32 0.07 0 0.05 194.03 0.75 0.8
Hex A5 E0 F2 20 7 0 5 C2 4B 50
Octal 245 340 362 40 7 0 5 302 113 120
Binary 10100101 11100000 11110010 100000 111 0 101 11000010 1001011 1010000

Color Harmonies of #A5E0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E0F2

Black with #A5E0F2

Text Example


Text Example

White with #A5E0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E0F2; }

 p { color: rgb(165,224,242); }

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

background-color css

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

 a { background-color: rgb(165,224,242); }

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

border-color css

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

 span { border-color: rgb(165,224,242); }

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