Html Css Color HEX #A5EEFE Blizzard Blue

📋 copy color: '#A5EEFE'

red 165 ◦ green 238 ◦ blue 254

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

Shades of Blizzard Blue #A5EEFE

Tints of Blizzard Blue #A5EEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.66%

R = 25.11%
G = 36.23%
B = 38.66%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5EEFE (or 0xA5EEFE) is known color: Blizzard Blue. HEX triplet: A5, EE and FE. RGB value is (165,238,254). Sum of RGB (Red+Green+Blue) = 165+238+254=657 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.11% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEFE is #5A1101. Grayscale: #D9D9D9. Windows color (decimal): -5902594 or 16707237. OLE color: 16707237.

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

Color convert

RGB 165 238 254 -
CMYK 0.35 0.06 0 0.00
HSL 190.79º 0.98% 0.82% -
HSV(B) 190.79º 0.35% 1% -
XYZ 63.98 76.3 105.12 -
YUV 218 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 165 238 254 0.35 0.06 0 0.00 190.79 0.98 0.82
Hex A5 EE FE 23 6 0 0 BF 62 52
Octal 245 356 376 43 6 0 0 277 142 122
Binary 10100101 11101110 11111110 100011 110 0 0 10111111 1100010 1010010

Color Harmonies of #A5EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEFE

Black with #A5EEFE

Text Example


Text Example

White with #A5EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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