Html Css Color HEX #A8E5F3 Blizzard Blue

📋 copy color: '#A8E5F3'

red 168 ◦ green 229 ◦ blue 243

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

Shades of Blizzard Blue #A8E5F3

Tints of Blizzard Blue #A8E5F3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.78%

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

R = 26.25%
G = 35.78%
B = 37.97%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A8E5F3 (or 0xA8E5F3) is known color: Blizzard Blue. HEX triplet: A8, E5 and F3. RGB value is (168,229,243). Sum of RGB (Red+Green+Blue) = 168+229+243=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8E5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E5F3 is #571A0C. Grayscale: #D4D4D4. Windows color (decimal): -5708301 or 15984040. OLE color: 15984040.

HSL color Cylindrical-coordinate representation of color #A8E5F3: hue angle of 191.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 #A8E5F3 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 229 243 -
CMYK 0.31 0.06 0 0.05
HSL 191.2º 0.76% 0.81% -
HSV(B) 191.2º 0.31% 0.95% -
XYZ 60.35 70.83 95.29 -
YUV 212.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 168 229 243 0.31 0.06 0 0.05 191.2 0.76 0.81
Hex A8 E5 F3 1F 6 0 5 BF 4C 51
Octal 250 345 363 37 6 0 5 277 114 121
Binary 10101000 11100101 11110011 11111 110 0 101 10111111 1001100 1010001

Color Harmonies of #A8E5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E5F3

Black with #A8E5F3

Text Example


Text Example

White with #A8E5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E5F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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