Html Css Color HEX #A1DFEA Blizzard Blue

📋 copy color: '#A1DFEA'

red 161 ◦ green 223 ◦ blue 234

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

Shades of Blizzard Blue #A1DFEA

Tints of Blizzard Blue #A1DFEA

RGB

 RED value IS 161 (63.28% from 255) = 26.05%

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

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 26.05%
G = 36.08%
B = 37.86%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1DFEA (or 0xA1DFEA) is known color: Blizzard Blue. HEX triplet: A1, DF and EA. RGB value is (161,223,234). Sum of RGB (Red+Green+Blue) = 161+223+234=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1DFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DFEA is #5E2015. Grayscale: #CDCDCD. Windows color (decimal): -6168598 or 15392673. OLE color: 15392673.

HSL color Cylindrical-coordinate representation of color #A1DFEA: hue angle of 189.04º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DFEA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 223 234 -
CMYK 0.31 0.05 0 0.08
HSL 189.04º 0.63% 0.77% -
HSV(B) 189.04º 0.31% 0.92% -
XYZ 55.94 66.29 87.69 -
YUV 205.72 143.96 96.11 -
System Red Green Blue C M Y K H S L
Decimal 161 223 234 0.31 0.05 0 0.08 189.04 0.63 0.77
Hex A1 DF EA 1F 5 0 8 BD 3F 4D
Octal 241 337 352 37 5 0 10 275 77 115
Binary 10100001 11011111 11101010 11111 101 0 1000 10111101 111111 1001101

Color Harmonies of #A1DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DFEA

Black with #A1DFEA

Text Example


Text Example

White with #A1DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DFEA; }

 p { color: rgb(161,223,234); }

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

background-color css

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

 a { background-color: rgb(161,223,234); }

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

border-color css

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

 span { border-color: rgb(161,223,234); }

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