Html Css Color HEX #A4F0FE Blizzard Blue

📋 copy color: '#A4F0FE'

red 164 ◦ green 240 ◦ blue 254

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

Shades of Blizzard Blue #A4F0FE

Tints of Blizzard Blue #A4F0FE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.47%

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 24.92%
G = 36.47%
B = 38.6%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A4F0FE (or 0xA4F0FE) is known color: Blizzard Blue. HEX triplet: A4, F0 and FE. RGB value is (164,240,254). Sum of RGB (Red+Green+Blue) = 164+240+254=658 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.92% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F0FE is #5B0F01. Grayscale: #DADADA. Windows color (decimal): -5967618 or 16707748. OLE color: 16707748.

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

Color convert

RGB 164 240 254 -
CMYK 0.35 0.06 0 0.00
HSL 189.33º 0.98% 0.82% -
HSV(B) 189.33º 0.35% 1% -
XYZ 64.36 77.37 105.31 -
YUV 218.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 164 240 254 0.35 0.06 0 0.00 189.33 0.98 0.82
Hex A4 F0 FE 23 6 0 0 BD 62 52
Octal 244 360 376 43 6 0 0 275 142 122
Binary 10100100 11110000 11111110 100011 110 0 0 10111101 1100010 1010010

Color Harmonies of #A4F0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F0FE

Black with #A4F0FE

Text Example


Text Example

White with #A4F0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F0FE; }

 p { color: rgb(164,240,254); }

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

background-color css

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

 a { background-color: rgb(164,240,254); }

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

border-color css

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

 span { border-color: rgb(164,240,254); }

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