Html Css Color HEX #A3EFFF Blizzard Blue

📋 copy color: '#A3EFFF'

red 163 ◦ green 239 ◦ blue 255

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

Shades of Blizzard Blue #A3EFFF

Tints of Blizzard Blue #A3EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.38%

 BLUE value IS 255 (100% from 255) = 38.81%

R = 24.81%
G = 36.38%
B = 38.81%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A3EFFF (or 0xA3EFFF) is known color: Blizzard Blue. HEX triplet: A3, EF and FF. RGB value is (163,239,255). Sum of RGB (Red+Green+Blue) = 163+239+255=657 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.81% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EFFF is #5C1000. Grayscale: #D9D9D9. Windows color (decimal): -6033409 or 16773027. OLE color: 16773027.

HSL color Cylindrical-coordinate representation of color #A3EFFF: hue angle of 190.43º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3EFFF is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 239 255 -
CMYK 0.36 0.06 0 0
HSL 190.43º 1% 0.82% -
HSV(B) 190.43º 0.36% 1% -
XYZ 64.02 76.74 106.05 -
YUV 218.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 163 239 255 0.36 0.06 0 0 190.43 1 0.82
Hex A3 EF FF 24 6 0 0 BE 64 52
Octal 243 357 377 44 6 0 0 276 144 122
Binary 10100011 11101111 11111111 100100 110 0 0 10111110 1100100 1010010

Color Harmonies of #A3EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EFFF

Black with #A3EFFF

Text Example


Text Example

White with #A3EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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