Html Css Color HEX #A9EBDE Ice Cold

📋 copy color: '#A9EBDE'

red 169 ◦ green 235 ◦ blue 222

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

Shades of Ice Cold #A9EBDE

Tints of Ice Cold #A9EBDE

RGB

 RED value IS 169 (66.41% from 255) = 27%

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

 BLUE value IS 222 (87.11% from 255) = 35.46%

R = 27%
G = 37.54%
B = 35.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A9EBDE (or 0xA9EBDE) is known color: Ice Cold. HEX triplet: A9, EB and DE. RGB value is (169,235,222). Sum of RGB (Red+Green+Blue) = 169+235+222=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBDE is #561421. Grayscale: #D5D5D5. Windows color (decimal): -5641250 or 14609321. OLE color: 14609321.

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

Color convert

RGB 169 235 222 -
CMYK 0.28 0 0.06 0.08
HSL 168.18º 0.62% 0.79% -
HSV(B) 168.18º 0.28% 0.92% -
XYZ 59.26 73.13 80.1 -
YUV 213.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 169 235 222 0.28 0 0.06 0.08 168.18 0.62 0.79
Hex A9 EB DE 1C 0 6 8 A8 3E 4F
Octal 251 353 336 34 0 6 10 250 76 117
Binary 10101001 11101011 11011110 11100 0 110 1000 10101000 111110 1001111

Color Harmonies of #A9EBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EBDE

Black with #A9EBDE

Text Example


Text Example

White with #A9EBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EBDE; }

 p { color: rgb(169,235,222); }

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

background-color css

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

 a { background-color: rgb(169,235,222); }

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

border-color css

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

 span { border-color: rgb(169,235,222); }

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