Html Css Color HEX #A8EFFD Blizzard Blue

📋 copy color: '#A8EFFD'

red 168 ◦ green 239 ◦ blue 253

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

Shades of Blizzard Blue #A8EFFD

Tints of Blizzard Blue #A8EFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.21%

 BLUE value IS 253 (99.22% from 255) = 38.33%

R = 25.45%
G = 36.21%
B = 38.33%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8EFFD (or 0xA8EFFD) is known color: Blizzard Blue. HEX triplet: A8, EF and FD. RGB value is (168,239,253). Sum of RGB (Red+Green+Blue) = 168+239+253=660 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.45% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8EFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFFD is #571002. Grayscale: #DBDBDB. Windows color (decimal): -5705731 or 16641960. OLE color: 16641960.

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

Color convert

RGB 168 239 253 -
CMYK 0.34 0.06 0 0.01
HSL 189.88º 0.96% 0.83% -
HSV(B) 189.88º 0.34% 0.99% -
XYZ 64.74 77.15 104.41 -
YUV 219.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 168 239 253 0.34 0.06 0 0.01 189.88 0.96 0.83
Hex A8 EF FD 22 6 0 1 BE 60 53
Octal 250 357 375 42 6 0 1 276 140 123
Binary 10101000 11101111 11111101 100010 110 0 1 10111110 1100000 1010011

Color Harmonies of #A8EFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFFD

Black with #A8EFFD

Text Example


Text Example

White with #A8EFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFFD; }

 p { color: rgb(168,239,253); }

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

background-color css

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

 a { background-color: rgb(168,239,253); }

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

border-color css

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

 span { border-color: rgb(168,239,253); }

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