Html Css Color HEX #A8EAF3 Blizzard Blue

📋 copy color: '#A8EAF3'

red 168 ◦ green 234 ◦ blue 243

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

Shades of Blizzard Blue #A8EAF3

Tints of Blizzard Blue #A8EAF3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.28%

 BLUE value IS 243 (95.31% from 255) = 37.67%

R = 26.05%
G = 36.28%
B = 37.67%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A8EAF3 (or 0xA8EAF3) is known color: Blizzard Blue. HEX triplet: A8, EA and F3. RGB value is (168,234,243). Sum of RGB (Red+Green+Blue) = 168+234+243=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8EAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAF3 is #57150C. Grayscale: #D7D7D7. Windows color (decimal): -5707021 or 15985320. OLE color: 15985320.

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

Color convert

RGB 168 234 243 -
CMYK 0.31 0.04 0 0.05
HSL 187.2º 0.76% 0.81% -
HSV(B) 187.2º 0.31% 0.95% -
XYZ 61.75 73.64 95.75 -
YUV 215.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 168 234 243 0.31 0.04 0 0.05 187.2 0.76 0.81
Hex A8 EA F3 1F 4 0 5 BB 4C 51
Octal 250 352 363 37 4 0 5 273 114 121
Binary 10101000 11101010 11110011 11111 100 0 101 10111011 1001100 1010001

Color Harmonies of #A8EAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAF3

Black with #A8EAF3

Text Example


Text Example

White with #A8EAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAF3; }

 p { color: rgb(168,234,243); }

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

background-color css

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

 a { background-color: rgb(168,234,243); }

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

border-color css

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

 span { border-color: rgb(168,234,243); }

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