Html Css Color HEX #A6DFEE Blizzard Blue

📋 copy color: '#A6DFEE'

red 166 ◦ green 223 ◦ blue 238

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

Shades of Blizzard Blue #A6DFEE

Tints of Blizzard Blue #A6DFEE

RGB

 RED value IS 166 (65.23% from 255) = 26.48%

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

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 26.48%
G = 35.57%
B = 37.96%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6DFEE (or 0xA6DFEE) is known color: Blizzard Blue. HEX triplet: A6, DF and EE. RGB value is (166,223,238). Sum of RGB (Red+Green+Blue) = 166+223+238=627 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.48% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DFEE is #592011. Grayscale: #CFCFCF. Windows color (decimal): -5840914 or 15654822. OLE color: 15654822.

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

Color convert

RGB 166 223 238 -
CMYK 0.30 0.06 0 0.07
HSL 192.5º 0.68% 0.79% -
HSV(B) 192.5º 0.3% 0.93% -
XYZ 57.55 67.06 90.8 -
YUV 207.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 166 223 238 0.30 0.06 0 0.07 192.5 0.68 0.79
Hex A6 DF EE 1E 6 0 7 C0 44 4F
Octal 246 337 356 36 6 0 7 300 104 117
Binary 10100110 11011111 11101110 11110 110 0 111 11000000 1000100 1001111

Color Harmonies of #A6DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFEE

Black with #A6DFEE

Text Example


Text Example

White with #A6DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFEE; }

 p { color: rgb(166,223,238); }

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

background-color css

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

 a { background-color: rgb(166,223,238); }

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

border-color css

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

 span { border-color: rgb(166,223,238); }

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