Html Css Color HEX #A8EBDA Ice Cold

📋 copy color: '#A8EBDA'

red 168 ◦ green 235 ◦ blue 218

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

Shades of Ice Cold #A8EBDA

Tints of Ice Cold #A8EBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 27.05%
G = 37.84%
B = 35.1%

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

#A8EBDA (or 0xA8EBDA) is known color: Ice Cold. HEX triplet: A8, EB and DA. RGB value is (168,235,218). Sum of RGB (Red+Green+Blue) = 168+235+218=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBDA is #571425. Grayscale: #D5D5D5. Windows color (decimal): -5706790 or 14347176. OLE color: 14347176.

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

Color convert

RGB 168 235 218 -
CMYK 0.29 0 0.07 0.08
HSL 164.78º 0.63% 0.79% -
HSV(B) 164.78º 0.29% 0.92% -
XYZ 58.51 72.8 77.3 -
YUV 213.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 168 235 218 0.29 0 0.07 0.08 164.78 0.63 0.79
Hex A8 EB DA 1D 0 7 8 A5 3F 4F
Octal 250 353 332 35 0 7 10 245 77 117
Binary 10101000 11101011 11011010 11101 0 111 1000 10100101 111111 1001111

Color Harmonies of #A8EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBDA

Black with #A8EBDA

Text Example


Text Example

White with #A8EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBDA; }

 p { color: rgb(168,235,218); }

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

background-color css

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

 a { background-color: rgb(168,235,218); }

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

border-color css

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

 span { border-color: rgb(168,235,218); }

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