Html Css Color HEX #A1EBED Blizzard Blue

📋 copy color: '#A1EBED'

red 161 ◦ green 235 ◦ blue 237

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

Shades of Blizzard Blue #A1EBED

Tints of Blizzard Blue #A1EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.12%

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 25.43%
G = 37.12%
B = 37.44%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1EBED (or 0xA1EBED) is known color: Blizzard Blue. HEX triplet: A1, EB and ED. RGB value is (161,235,237). Sum of RGB (Red+Green+Blue) = 161+235+237=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EBED is #5E1412. Grayscale: #D5D5D5. Windows color (decimal): -6165523 or 15592353. OLE color: 15592353.

HSL color Cylindrical-coordinate representation of color #A1EBED: hue angle of 181.58º degrees, saturation: 0.68, 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 #A1EBED is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 235 237 -
CMYK 0.32 0.01 0 0.07
HSL 181.58º 0.68% 0.78% -
HSV(B) 181.58º 0.32% 0.93% -
XYZ 59.69 73.11 91.09 -
YUV 213.1 141.48 90.84 -
System Red Green Blue C M Y K H S L
Decimal 161 235 237 0.32 0.01 0 0.07 181.58 0.68 0.78
Hex A1 EB ED 20 1 0 7 B6 44 4E
Octal 241 353 355 40 1 0 7 266 104 116
Binary 10100001 11101011 11101101 100000 1 0 111 10110110 1000100 1001110

Color Harmonies of #A1EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBED

Black with #A1EBED

Text Example


Text Example

White with #A1EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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