Html Css Color HEX #A5EEFF Blizzard Blue

📋 copy color: '#A5EEFF'

red 165 ◦ green 238 ◦ blue 255

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

Shades of Blizzard Blue #A5EEFF

Tints of Blizzard Blue #A5EEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.75%

R = 25.08%
G = 36.17%
B = 38.75%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A5EEFF (or 0xA5EEFF) is known color: Blizzard Blue. HEX triplet: A5, EE and FF. RGB value is (165,238,255). Sum of RGB (Red+Green+Blue) = 165+238+255=658 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.08% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEFF is #5A1100. Grayscale: #D9D9D9. Windows color (decimal): -5902593 or 16772773. OLE color: 16772773.

HSL color Cylindrical-coordinate representation of color #A5EEFF: hue angle of 191.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5EEFF is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 238 255 -
CMYK 0.35 0.07 0 0
HSL 191.33º 1% 0.82% -
HSV(B) 191.33º 0.35% 1% -
XYZ 64.14 76.37 105.97 -
YUV 218.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 165 238 255 0.35 0.07 0 0 191.33 1 0.82
Hex A5 EE FF 23 7 0 0 BF 64 52
Octal 245 356 377 43 7 0 0 277 144 122
Binary 10100101 11101110 11111111 100011 111 0 0 10111111 1100100 1010010

Color Harmonies of #A5EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEFF

Black with #A5EEFF

Text Example


Text Example

White with #A5EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEFF; }

 p { color: rgb(165,238,255); }

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

background-color css

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

 a { background-color: rgb(165,238,255); }

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

border-color css

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

 span { border-color: rgb(165,238,255); }

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