Html Css Color HEX #A4E6FA Blizzard Blue

📋 copy color: '#A4E6FA'

red 164 ◦ green 230 ◦ blue 250

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

Shades of Blizzard Blue #A4E6FA

Tints of Blizzard Blue #A4E6FA

RGB

 RED value IS 164 (64.45% from 255) = 25.47%

 GREEN value IS 230 (90.23% from 255) = 35.71%

 BLUE value IS 250 (98.05% from 255) = 38.82%

R = 25.47%
G = 35.71%
B = 38.82%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4E6FA (or 0xA4E6FA) is known color: Blizzard Blue. HEX triplet: A4, E6 and FA. RGB value is (164,230,250). Sum of RGB (Red+Green+Blue) = 164+230+250=644 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.47% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E6FA is #5B1905. Grayscale: #D4D4D4. Windows color (decimal): -5970182 or 16443044. OLE color: 16443044.

HSL color Cylindrical-coordinate representation of color #A4E6FA: hue angle of 193.95º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4E6FA is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 230 250 -
CMYK 0.34 0.08 0 0.02
HSL 193.95º 0.9% 0.81% -
HSV(B) 193.95º 0.34% 0.98% -
XYZ 60.86 71.39 101.01 -
YUV 212.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 164 230 250 0.34 0.08 0 0.02 193.95 0.9 0.81
Hex A4 E6 FA 22 8 0 2 C2 5A 51
Octal 244 346 372 42 10 0 2 302 132 121
Binary 10100100 11100110 11111010 100010 1000 0 10 11000010 1011010 1010001

Color Harmonies of #A4E6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E6FA

Black with #A4E6FA

Text Example


Text Example

White with #A4E6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E6FA; }

 p { color: rgb(164,230,250); }

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

background-color css

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

 a { background-color: rgb(164,230,250); }

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

border-color css

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

 span { border-color: rgb(164,230,250); }

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