Html Css Color HEX #A8EDD8 Ice Cold

📋 copy color: '#A8EDD8'

red 168 ◦ green 237 ◦ blue 216

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

Shades of Ice Cold #A8EDD8

Tints of Ice Cold #A8EDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.78%

R = 27.05%
G = 38.16%
B = 34.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A8EDD8 (or 0xA8EDD8) is known color: Ice Cold. HEX triplet: A8, ED and D8. RGB value is (168,237,216). Sum of RGB (Red+Green+Blue) = 168+237+216=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDD8 is #571227. Grayscale: #D5D5D5. Windows color (decimal): -5706280 or 14216616. OLE color: 14216616.

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

Color convert

RGB 168 237 216 -
CMYK 0.29 0 0.09 0.07
HSL 161.74º 0.66% 0.79% -
HSV(B) 161.74º 0.29% 0.93% -
XYZ 58.83 73.85 76.12 -
YUV 213.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 168 237 216 0.29 0 0.09 0.07 161.74 0.66 0.79
Hex A8 ED D8 1D 0 9 7 A2 42 4F
Octal 250 355 330 35 0 11 7 242 102 117
Binary 10101000 11101101 11011000 11101 0 1001 111 10100010 1000010 1001111

Color Harmonies of #A8EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDD8

Black with #A8EDD8

Text Example


Text Example

White with #A8EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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