Html Css Color HEX #A3DCF1 Blizzard Blue

📋 copy color: '#A3DCF1'

red 163 ◦ green 220 ◦ blue 241

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

Shades of Blizzard Blue #A3DCF1

Tints of Blizzard Blue #A3DCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.26%

 BLUE value IS 241 (94.53% from 255) = 38.62%

R = 26.12%
G = 35.26%
B = 38.62%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A3DCF1 (or 0xA3DCF1) is known color: Blizzard Blue. HEX triplet: A3, DC and F1. RGB value is (163,220,241). Sum of RGB (Red+Green+Blue) = 163+220+241=624 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.12% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DCF1 is #5C230E. Grayscale: #CDCDCD. Windows color (decimal): -6038287 or 15850659. OLE color: 15850659.

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

Color convert

RGB 163 220 241 -
CMYK 0.32 0.09 0 0.05
HSL 196.15º 0.74% 0.79% -
HSV(B) 196.15º 0.32% 0.95% -
XYZ 56.57 65.32 92.85 -
YUV 205.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 163 220 241 0.32 0.09 0 0.05 196.15 0.74 0.79
Hex A3 DC F1 20 9 0 5 C4 4A 4F
Octal 243 334 361 40 11 0 5 304 112 117
Binary 10100011 11011100 11110001 100000 1001 0 101 11000100 1001010 1001111

Color Harmonies of #A3DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DCF1

Black with #A3DCF1

Text Example


Text Example

White with #A3DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DCF1; }

 p { color: rgb(163,220,241); }

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

background-color css

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

 a { background-color: rgb(163,220,241); }

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

border-color css

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

 span { border-color: rgb(163,220,241); }

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