Html Css Color HEX #A1EBEC Blizzard Blue

📋 copy color: '#A1EBEC'

red 161 ◦ green 235 ◦ blue 236

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

Shades of Blizzard Blue #A1EBEC

Tints of Blizzard Blue #A1EBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 25.47%
G = 37.18%
B = 37.34%

CMYK

 C value IS 0.32

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1EBEC (or 0xA1EBEC) is known color: Blizzard Blue. HEX triplet: A1, EB and EC. RGB value is (161,235,236). Sum of RGB (Red+Green+Blue) = 161+235+236=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1EBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EBEC is #5E1413. Grayscale: #D4D4D4. Windows color (decimal): -6165524 or 15526817. OLE color: 15526817.

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

Color convert

RGB 161 235 236 -
CMYK 0.32 0.00 0 0.07
HSL 180.8º 0.66% 0.78% -
HSV(B) 180.8º 0.32% 0.93% -
XYZ 59.55 73.05 90.32 -
YUV 212.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 161 235 236 0.32 0.00 0 0.07 180.8 0.66 0.78
Hex A1 EB EC 20 0 0 7 B5 42 4E
Octal 241 353 354 40 0 0 7 265 102 116
Binary 10100001 11101011 11101100 100000 0 0 111 10110101 1000010 1001110

Color Harmonies of #A1EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBEC

Black with #A1EBEC

Text Example


Text Example

White with #A1EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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