Html Css Color HEX #A0EEF3 Blizzard Blue

📋 copy color: '#A0EEF3'

red 160 ◦ green 238 ◦ blue 243

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

Shades of Blizzard Blue #A0EEF3

Tints of Blizzard Blue #A0EEF3

RGB

 RED value IS 160 (62.89% from 255) = 24.96%

 GREEN value IS 238 (93.36% from 255) = 37.13%

 BLUE value IS 243 (95.31% from 255) = 37.91%

R = 24.96%
G = 37.13%
B = 37.91%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0EEF3 (or 0xA0EEF3) is known color: Blizzard Blue. HEX triplet: A0, EE and F3. RGB value is (160,238,243). Sum of RGB (Red+Green+Blue) = 160+238+243=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0EEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEF3 is #5F110C. Grayscale: #D7D7D7. Windows color (decimal): -6230285 or 15986336. OLE color: 15986336.

HSL color Cylindrical-coordinate representation of color #A0EEF3: hue angle of 183.61º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0EEF3 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 238 243 -
CMYK 0.34 0.02 0 0.05
HSL 183.61º 0.78% 0.79% -
HSV(B) 183.61º 0.34% 0.95% -
XYZ 61.25 75.09 96.06 -
YUV 215.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 160 238 243 0.34 0.02 0 0.05 183.61 0.78 0.79
Hex A0 EE F3 22 2 0 5 B8 4E 4F
Octal 240 356 363 42 2 0 5 270 116 117
Binary 10100000 11101110 11110011 100010 10 0 101 10111000 1001110 1001111

Color Harmonies of #A0EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEF3

Black with #A0EEF3

Text Example


Text Example

White with #A0EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEF3; }

 p { color: rgb(160,238,243); }

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

background-color css

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

 a { background-color: rgb(160,238,243); }

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

border-color css

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

 span { border-color: rgb(160,238,243); }

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