Html Css Color HEX #A1E8EB Blizzard Blue

📋 copy color: '#A1E8EB'

red 161 ◦ green 232 ◦ blue 235

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

Shades of Blizzard Blue #A1E8EB

Tints of Blizzard Blue #A1E8EB

RGB

 RED value IS 161 (63.28% from 255) = 25.64%

 GREEN value IS 232 (91.02% from 255) = 36.94%

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

R = 25.64%
G = 36.94%
B = 37.42%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1E8EB (or 0xA1E8EB) is known color: Blizzard Blue. HEX triplet: A1, E8 and EB. RGB value is (161,232,235). Sum of RGB (Red+Green+Blue) = 161+232+235=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1E8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E8EB is #5E1714. Grayscale: #D3D3D3. Windows color (decimal): -6166293 or 15460513. OLE color: 15460513.

HSL color Cylindrical-coordinate representation of color #A1E8EB: hue angle of 182.43º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8EB is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 232 235 -
CMYK 0.31 0.01 0 0.08
HSL 182.43º 0.65% 0.78% -
HSV(B) 182.43º 0.31% 0.92% -
XYZ 58.55 71.29 89.27 -
YUV 211.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 161 232 235 0.31 0.01 0 0.08 182.43 0.65 0.78
Hex A1 E8 EB 1F 1 0 8 B6 41 4E
Octal 241 350 353 37 1 0 10 266 101 116
Binary 10100001 11101000 11101011 11111 1 0 1000 10110110 1000001 1001110

Color Harmonies of #A1E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E8EB

Black with #A1E8EB

Text Example


Text Example

White with #A1E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E8EB; }

 p { color: rgb(161,232,235); }

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

background-color css

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

 a { background-color: rgb(161,232,235); }

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

border-color css

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

 span { border-color: rgb(161,232,235); }

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