Html Css Color HEX #A8EBDC Ice Cold

📋 copy color: '#A8EBDC'

red 168 ◦ green 235 ◦ blue 220

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

Shades of Ice Cold #A8EBDC

Tints of Ice Cold #A8EBDC

RGB

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

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

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

R = 26.97%
G = 37.72%
B = 35.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A8EBDC (or 0xA8EBDC) is known color: Ice Cold. HEX triplet: A8, EB and DC. RGB value is (168,235,220). Sum of RGB (Red+Green+Blue) = 168+235+220=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBDC is #571423. Grayscale: #D5D5D5. Windows color (decimal): -5706788 or 14478248. OLE color: 14478248.

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

Color convert

RGB 168 235 220 -
CMYK 0.29 0 0.06 0.08
HSL 166.57º 0.63% 0.79% -
HSV(B) 166.57º 0.29% 0.92% -
XYZ 58.78 72.91 78.69 -
YUV 213.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 168 235 220 0.29 0 0.06 0.08 166.57 0.63 0.79
Hex A8 EB DC 1D 0 6 8 A7 3F 4F
Octal 250 353 334 35 0 6 10 247 77 117
Binary 10101000 11101011 11011100 11101 0 110 1000 10100111 111111 1001111

Color Harmonies of #A8EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBDC

Black with #A8EBDC

Text Example


Text Example

White with #A8EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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