Html Css Color HEX #A4E6EF Blizzard Blue

📋 copy color: '#A4E6EF'

red 164 ◦ green 230 ◦ blue 239

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

Shades of Blizzard Blue #A4E6EF

Tints of Blizzard Blue #A4E6EF

RGB

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

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

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

R = 25.91%
G = 36.33%
B = 37.76%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A4E6EF (or 0xA4E6EF) is known color: Blizzard Blue. HEX triplet: A4, E6 and EF. RGB value is (164,230,239). Sum of RGB (Red+Green+Blue) = 164+230+239=633 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.91% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4E6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E6EF is #5B1910. Grayscale: #D3D3D3. Windows color (decimal): -5970193 or 15722148. OLE color: 15722148.

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

Color convert

RGB 164 230 239 -
CMYK 0.31 0.04 0 0.06
HSL 187.2º 0.7% 0.79% -
HSV(B) 187.2º 0.31% 0.94% -
XYZ 59.19 70.72 92.19 -
YUV 211.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 164 230 239 0.31 0.04 0 0.06 187.2 0.7 0.79
Hex A4 E6 EF 1F 4 0 6 BB 46 4F
Octal 244 346 357 37 4 0 6 273 106 117
Binary 10100100 11100110 11101111 11111 100 0 110 10111011 1000110 1001111

Color Harmonies of #A4E6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E6EF

Black with #A4E6EF

Text Example


Text Example

White with #A4E6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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