Html Css Color HEX #A8DFED Blizzard Blue

📋 copy color: '#A8DFED'

red 168 ◦ green 223 ◦ blue 237

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

Shades of Blizzard Blue #A8DFED

Tints of Blizzard Blue #A8DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.74%

R = 26.75%
G = 35.51%
B = 37.74%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8DFED (or 0xA8DFED) is known color: Blizzard Blue. HEX triplet: A8, DF and ED. RGB value is (168,223,237). Sum of RGB (Red+Green+Blue) = 168+223+237=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFED is #572012. Grayscale: #D0D0D0. Windows color (decimal): -5709843 or 15589288. OLE color: 15589288.

HSL color Cylindrical-coordinate representation of color #A8DFED: hue angle of 192.17º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DFED is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 223 237 -
CMYK 0.29 0.06 0 0.07
HSL 192.17º 0.66% 0.79% -
HSV(B) 192.17º 0.29% 0.93% -
XYZ 57.82 67.21 90.05 -
YUV 208.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 168 223 237 0.29 0.06 0 0.07 192.17 0.66 0.79
Hex A8 DF ED 1D 6 0 7 C0 42 4F
Octal 250 337 355 35 6 0 7 300 102 117
Binary 10101000 11011111 11101101 11101 110 0 111 11000000 1000010 1001111

Color Harmonies of #A8DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFED

Black with #A8DFED

Text Example


Text Example

White with #A8DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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