Html Css Color HEX #A6EBDF Ice Cold

📋 copy color: '#A6EBDF'

red 166 ◦ green 235 ◦ blue 223

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

Shades of Ice Cold #A6EBDF

Tints of Ice Cold #A6EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.66%

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 26.6%
G = 37.66%
B = 35.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#A6EBDF (or 0xA6EBDF) is known color: Ice Cold. HEX triplet: A6, EB and DF. RGB value is (166,235,223). Sum of RGB (Red+Green+Blue) = 166+235+223=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBDF is #591420. Grayscale: #D4D4D4. Windows color (decimal): -5837857 or 14674854. OLE color: 14674854.

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

Color convert

RGB 166 235 223 -
CMYK 0.29 0 0.05 0.08
HSL 169.57º 0.63% 0.79% -
HSV(B) 169.57º 0.29% 0.92% -
XYZ 58.75 72.85 80.78 -
YUV 213 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 166 235 223 0.29 0 0.05 0.08 169.57 0.63 0.79
Hex A6 EB DF 1D 0 5 8 AA 3F 4F
Octal 246 353 337 35 0 5 10 252 77 117
Binary 10100110 11101011 11011111 11101 0 101 1000 10101010 111111 1001111

Color Harmonies of #A6EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EBDF

Black with #A6EBDF

Text Example


Text Example

White with #A6EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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