Html Css Color HEX #A8DFEF Blizzard Blue

📋 copy color: '#A8DFEF'

red 168 ◦ green 223 ◦ blue 239

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

Shades of Blizzard Blue #A8DFEF

Tints of Blizzard Blue #A8DFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.4%

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

R = 26.67%
G = 35.4%
B = 37.94%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A8DFEF (or 0xA8DFEF) is known color: Blizzard Blue. HEX triplet: A8, DF and EF. RGB value is (168,223,239). Sum of RGB (Red+Green+Blue) = 168+223+239=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFEF is #572010. Grayscale: #D0D0D0. Windows color (decimal): -5709841 or 15720360. OLE color: 15720360.

HSL color Cylindrical-coordinate representation of color #A8DFEF: hue angle of 193.52º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8DFEF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 223 239 -
CMYK 0.30 0.07 0 0.06
HSL 193.52º 0.69% 0.8% -
HSV(B) 193.52º 0.3% 0.94% -
XYZ 58.12 67.33 91.59 -
YUV 208.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 168 223 239 0.30 0.07 0 0.06 193.52 0.69 0.8
Hex A8 DF EF 1E 7 0 6 C2 45 50
Octal 250 337 357 36 7 0 6 302 105 120
Binary 10101000 11011111 11101111 11110 111 0 110 11000010 1000101 1010000

Color Harmonies of #A8DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFEF

Black with #A8DFEF

Text Example


Text Example

White with #A8DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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