Html Css Color HEX #A8EBDD Ice Cold

📋 copy color: '#A8EBDD'

red 168 ◦ green 235 ◦ blue 221

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

Shades of Ice Cold #A8EBDD

Tints of Ice Cold #A8EBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 26.92%
G = 37.66%
B = 35.42%

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

#A8EBDD (or 0xA8EBDD) is known color: Ice Cold. HEX triplet: A8, EB and DD. RGB value is (168,235,221). Sum of RGB (Red+Green+Blue) = 168+235+221=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBDD is #571422. Grayscale: #D5D5D5. Windows color (decimal): -5706787 or 14543784. OLE color: 14543784.

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

Color convert

RGB 168 235 221 -
CMYK 0.29 0 0.06 0.08
HSL 167.46º 0.63% 0.79% -
HSV(B) 167.46º 0.29% 0.92% -
XYZ 58.91 72.96 79.38 -
YUV 213.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 168 235 221 0.29 0 0.06 0.08 167.46 0.63 0.79
Hex A8 EB DD 1D 0 6 8 A7 3F 4F
Octal 250 353 335 35 0 6 10 247 77 117
Binary 10101000 11101011 11011101 11101 0 110 1000 10100111 111111 1001111

Color Harmonies of #A8EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBDD

Black with #A8EBDD

Text Example


Text Example

White with #A8EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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