Html Css Color HEX #A1EAEE Blizzard Blue

📋 copy color: '#A1EAEE'

red 161 ◦ green 234 ◦ blue 238

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

Shades of Blizzard Blue #A1EAEE

Tints of Blizzard Blue #A1EAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.97%

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 25.43%
G = 36.97%
B = 37.6%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1EAEE (or 0xA1EAEE) is known color: Blizzard Blue. HEX triplet: A1, EA and EE. RGB value is (161,234,238). Sum of RGB (Red+Green+Blue) = 161+234+238=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAEE is #5E1511. Grayscale: #D4D4D4. Windows color (decimal): -6165778 or 15657633. OLE color: 15657633.

HSL color Cylindrical-coordinate representation of color #A1EAEE: hue angle of 183.12º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EAEE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 234 238 -
CMYK 0.32 0.02 0 0.07
HSL 183.12º 0.69% 0.78% -
HSV(B) 183.12º 0.32% 0.93% -
XYZ 59.55 72.6 91.76 -
YUV 212.63 142.32 91.17 -
System Red Green Blue C M Y K H S L
Decimal 161 234 238 0.32 0.02 0 0.07 183.12 0.69 0.78
Hex A1 EA EE 20 2 0 7 B7 45 4E
Octal 241 352 356 40 2 0 7 267 105 116
Binary 10100001 11101010 11101110 100000 10 0 111 10110111 1000101 1001110

Color Harmonies of #A1EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EAEE

Black with #A1EAEE

Text Example


Text Example

White with #A1EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EAEE; }

 p { color: rgb(161,234,238); }

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

background-color css

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

 a { background-color: rgb(161,234,238); }

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

border-color css

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

 span { border-color: rgb(161,234,238); }

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