Html Css Color HEX #A6EBDB Ice Cold

📋 copy color: '#A6EBDB'

red 166 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #A6EBDB

Tints of Ice Cold #A6EBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.32%

R = 26.77%
G = 37.9%
B = 35.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A6EBDB (or 0xA6EBDB) is known color: Ice Cold. HEX triplet: A6, EB and DB. RGB value is (166,235,219). Sum of RGB (Red+Green+Blue) = 166+235+219=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBDB is #591424. Grayscale: #D4D4D4. Windows color (decimal): -5837861 or 14412710. OLE color: 14412710.

HSL color Cylindrical-coordinate representation of color #A6EBDB: hue angle of 166.09º 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 #A6EBDB is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 235 219 -
CMYK 0.29 0 0.07 0.08
HSL 166.09º 0.63% 0.79% -
HSV(B) 166.09º 0.29% 0.92% -
XYZ 58.22 72.64 77.97 -
YUV 212.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 166 235 219 0.29 0 0.07 0.08 166.09 0.63 0.79
Hex A6 EB DB 1D 0 7 8 A6 3F 4F
Octal 246 353 333 35 0 7 10 246 77 117
Binary 10100110 11101011 11011011 11101 0 111 1000 10100110 111111 1001111

Color Harmonies of #A6EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EBDB

Black with #A6EBDB

Text Example


Text Example

White with #A6EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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