Html Css Color HEX #A5EEFC Blizzard Blue

📋 copy color: '#A5EEFC'

red 165 ◦ green 238 ◦ blue 252

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

Shades of Blizzard Blue #A5EEFC

Tints of Blizzard Blue #A5EEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.47%

R = 25.19%
G = 36.34%
B = 38.47%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5EEFC (or 0xA5EEFC) is known color: Blizzard Blue. HEX triplet: A5, EE and FC. RGB value is (165,238,252). Sum of RGB (Red+Green+Blue) = 165+238+252=655 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.19% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEFC is #5A1103. Grayscale: #D9D9D9. Windows color (decimal): -5902596 or 16576165. OLE color: 16576165.

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

Color convert

RGB 165 238 252 -
CMYK 0.35 0.06 0 0.01
HSL 189.66º 0.94% 0.82% -
HSV(B) 189.66º 0.35% 0.99% -
XYZ 63.66 76.18 103.44 -
YUV 217.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 165 238 252 0.35 0.06 0 0.01 189.66 0.94 0.82
Hex A5 EE FC 23 6 0 1 BE 5E 52
Octal 245 356 374 43 6 0 1 276 136 122
Binary 10100101 11101110 11111100 100011 110 0 1 10111110 1011110 1010010

Color Harmonies of #A5EEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEFC

Black with #A5EEFC

Text Example


Text Example

White with #A5EEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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