Html Css Color HEX #A5EFFD Blizzard Blue

📋 copy color: '#A5EFFD'

red 165 ◦ green 239 ◦ blue 253

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

Shades of Blizzard Blue #A5EFFD

Tints of Blizzard Blue #A5EFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.38%

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

R = 25.11%
G = 36.38%
B = 38.51%

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

#A5EFFD (or 0xA5EFFD) is known color: Blizzard Blue. HEX triplet: A5, EF and FD. RGB value is (165,239,253). Sum of RGB (Red+Green+Blue) = 165+239+253=657 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.11% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5EFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EFFD is #5A1002. Grayscale: #DADADA. Windows color (decimal): -5902339 or 16641957. OLE color: 16641957.

HSL color Cylindrical-coordinate representation of color #A5EFFD: hue angle of 189.55º degrees, saturation: 0.96, 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 #A5EFFD is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 239 253 -
CMYK 0.35 0.06 0 0.01
HSL 189.55º 0.96% 0.82% -
HSV(B) 189.55º 0.35% 0.99% -
XYZ 64.11 76.82 104.38 -
YUV 218.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 165 239 253 0.35 0.06 0 0.01 189.55 0.96 0.82
Hex A5 EF FD 23 6 0 1 BE 60 52
Octal 245 357 375 43 6 0 1 276 140 122
Binary 10100101 11101111 11111101 100011 110 0 1 10111110 1100000 1010010

Color Harmonies of #A5EFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EFFD

Black with #A5EFFD

Text Example


Text Example

White with #A5EFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EFFD; }

 p { color: rgb(165,239,253); }

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

background-color css

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

 a { background-color: rgb(165,239,253); }

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

border-color css

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

 span { border-color: rgb(165,239,253); }

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