Html Css Color HEX #A8EDDC Ice Cold

📋 copy color: '#A8EDDC'

red 168 ◦ green 237 ◦ blue 220

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

Shades of Ice Cold #A8EDDC

Tints of Ice Cold #A8EDDC

RGB

 RED value IS 168 (66.02% from 255) = 26.88%

 GREEN value IS 237 (92.97% from 255) = 37.92%

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 26.88%
G = 37.92%
B = 35.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A8EDDC (or 0xA8EDDC) is known color: Ice Cold. HEX triplet: A8, ED and DC. RGB value is (168,237,220). Sum of RGB (Red+Green+Blue) = 168+237+220=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDDC is #571223. Grayscale: #D6D6D6. Windows color (decimal): -5706276 or 14478760. OLE color: 14478760.

HSL color Cylindrical-coordinate representation of color #A8EDDC: hue angle of 165.22º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDDC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 237 220 -
CMYK 0.29 0 0.07 0.07
HSL 165.22º 0.66% 0.79% -
HSV(B) 165.22º 0.29% 0.93% -
XYZ 59.35 74.06 78.88 -
YUV 214.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 168 237 220 0.29 0 0.07 0.07 165.22 0.66 0.79
Hex A8 ED DC 1D 0 7 7 A5 42 4F
Octal 250 355 334 35 0 7 7 245 102 117
Binary 10101000 11101101 11011100 11101 0 111 111 10100101 1000010 1001111

Color Harmonies of #A8EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDDC

Black with #A8EDDC

Text Example


Text Example

White with #A8EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDDC; }

 p { color: rgb(168,237,220); }

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

background-color css

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

 a { background-color: rgb(168,237,220); }

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

border-color css

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

 span { border-color: rgb(168,237,220); }

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