Html Css Color HEX #A3E8EF Blizzard Blue

📋 copy color: '#A3E8EF'

red 163 ◦ green 232 ◦ blue 239

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

Shades of Blizzard Blue #A3E8EF

Tints of Blizzard Blue #A3E8EF

RGB

 RED value IS 163 (64.06% from 255) = 25.71%

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

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 25.71%
G = 36.59%
B = 37.7%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A3E8EF (or 0xA3E8EF) is known color: Blizzard Blue. HEX triplet: A3, E8 and EF. RGB value is (163,232,239). Sum of RGB (Red+Green+Blue) = 163+232+239=634 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.71% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3E8EF is #5C1710. Grayscale: #D4D4D4. Windows color (decimal): -6035217 or 15722659. OLE color: 15722659.

HSL color Cylindrical-coordinate representation of color #A3E8EF: hue angle of 185.53º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3E8EF is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 232 239 -
CMYK 0.32 0.03 0 0.06
HSL 185.53º 0.7% 0.79% -
HSV(B) 185.53º 0.32% 0.94% -
XYZ 59.54 71.73 92.37 -
YUV 212.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 163 232 239 0.32 0.03 0 0.06 185.53 0.7 0.79
Hex A3 E8 EF 20 3 0 6 BA 46 4F
Octal 243 350 357 40 3 0 6 272 106 117
Binary 10100011 11101000 11101111 100000 11 0 110 10111010 1000110 1001111

Color Harmonies of #A3E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E8EF

Black with #A3E8EF

Text Example


Text Example

White with #A3E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E8EF; }

 p { color: rgb(163,232,239); }

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

background-color css

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

 a { background-color: rgb(163,232,239); }

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

border-color css

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

 span { border-color: rgb(163,232,239); }

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