Html Css Color HEX #A8EEFC Blizzard Blue

📋 copy color: '#A8EEFC'

red 168 ◦ green 238 ◦ blue 252

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

Shades of Blizzard Blue #A8EEFC

Tints of Blizzard Blue #A8EEFC

RGB

 RED value IS 168 (66.02% from 255) = 25.53%

 GREEN value IS 238 (93.36% from 255) = 36.17%

 BLUE value IS 252 (98.83% from 255) = 38.3%

R = 25.53%
G = 36.17%
B = 38.3%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8EEFC (or 0xA8EEFC) is known color: Blizzard Blue. HEX triplet: A8, EE and FC. RGB value is (168,238,252). Sum of RGB (Red+Green+Blue) = 168+238+252=658 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.53% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEFC is #571103. Grayscale: #DADADA. Windows color (decimal): -5705988 or 16576168. OLE color: 16576168.

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

Color convert

RGB 168 238 252 -
CMYK 0.33 0.06 0 0.01
HSL 190º 0.93% 0.82% -
HSV(B) 190º 0.33% 0.99% -
XYZ 64.29 76.5 103.47 -
YUV 218.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 168 238 252 0.33 0.06 0 0.01 190 0.93 0.82
Hex A8 EE FC 21 6 0 1 BE 5D 52
Octal 250 356 374 41 6 0 1 276 135 122
Binary 10101000 11101110 11111100 100001 110 0 1 10111110 1011101 1010010

Color Harmonies of #A8EEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EEFC

Black with #A8EEFC

Text Example


Text Example

White with #A8EEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EEFC; }

 p { color: rgb(168,238,252); }

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

background-color css

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

 a { background-color: rgb(168,238,252); }

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

border-color css

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

 span { border-color: rgb(168,238,252); }

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