Html Css Color HEX #A5E6EB Blizzard Blue

📋 copy color: '#A5E6EB'

red 165 ◦ green 230 ◦ blue 235

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

Shades of Blizzard Blue #A5E6EB

Tints of Blizzard Blue #A5E6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.51%

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 26.19%
G = 36.51%
B = 37.3%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5E6EB (or 0xA5E6EB) is known color: Blizzard Blue. HEX triplet: A5, E6 and EB. RGB value is (165,230,235). Sum of RGB (Red+Green+Blue) = 165+230+235=630 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.19% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5E6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E6EB is #5A1914. Grayscale: #D3D3D3. Windows color (decimal): -5904661 or 15460005. OLE color: 15460005.

HSL color Cylindrical-coordinate representation of color #A5E6EB: hue angle of 184.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5E6EB is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 230 235 -
CMYK 0.30 0.02 0 0.08
HSL 184.29º 0.64% 0.78% -
HSV(B) 184.29º 0.3% 0.92% -
XYZ 58.81 70.59 89.12 -
YUV 211.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 165 230 235 0.30 0.02 0 0.08 184.29 0.64 0.78
Hex A5 E6 EB 1E 2 0 8 B8 40 4E
Octal 245 346 353 36 2 0 10 270 100 116
Binary 10100101 11100110 11101011 11110 10 0 1000 10111000 1000000 1001110

Color Harmonies of #A5E6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E6EB

Black with #A5E6EB

Text Example


Text Example

White with #A5E6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E6EB; }

 p { color: rgb(165,230,235); }

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

background-color css

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

 a { background-color: rgb(165,230,235); }

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

border-color css

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

 span { border-color: rgb(165,230,235); }

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