Html Css Color HEX #A6DECA Ice Cold

📋 copy color: '#A6DECA'

red 166 ◦ green 222 ◦ blue 202

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

Shades of Ice Cold #A6DECA

Tints of Ice Cold #A6DECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.63%

 BLUE value IS 202 (79.3% from 255) = 34.24%

R = 28.14%
G = 37.63%
B = 34.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A6DECA (or 0xA6DECA) is known color: Ice Cold. HEX triplet: A6, DE and CA. RGB value is (166,222,202). Sum of RGB (Red+Green+Blue) = 166+222+202=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DECA is #592135. Grayscale: #CACACA. Windows color (decimal): -5841206 or 13295270. OLE color: 13295270.

HSL color Cylindrical-coordinate representation of color #A6DECA: hue angle of 158.57º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DECA is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 222 202 -
CMYK 0.25 0 0.09 0.13
HSL 158.57º 0.46% 0.76% -
HSV(B) 158.57º 0.25% 0.87% -
XYZ 52.51 64.61 65.58 -
YUV 202.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 166 222 202 0.25 0 0.09 0.13 158.57 0.46 0.76
Hex A6 DE CA 19 0 9 D 9F 2E 4C
Octal 246 336 312 31 0 11 15 237 56 114
Binary 10100110 11011110 11001010 11001 0 1001 1101 10011111 101110 1001100

Color Harmonies of #A6DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DECA

Black with #A6DECA

Text Example


Text Example

White with #A6DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DECA; }

 p { color: rgb(166,222,202); }

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

background-color css

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

 a { background-color: rgb(166,222,202); }

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

border-color css

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

 span { border-color: rgb(166,222,202); }

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