Html Css Color HEX #A8EEDB Ice Cold

📋 copy color: '#A8EEDB'

red 168 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #A8EEDB

Tints of Ice Cold #A8EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.08%

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 26.88%
G = 38.08%
B = 35.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A8EEDB (or 0xA8EEDB) is known color: Ice Cold. HEX triplet: A8, EE and DB. RGB value is (168,238,219). Sum of RGB (Red+Green+Blue) = 168+238+219=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEDB is #571124. Grayscale: #D6D6D6. Windows color (decimal): -5706021 or 14413480. OLE color: 14413480.

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

Color convert

RGB 168 238 219 -
CMYK 0.29 0 0.08 0.07
HSL 163.71º 0.67% 0.8% -
HSV(B) 163.71º 0.29% 0.93% -
XYZ 59.51 74.59 78.28 -
YUV 214.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 168 238 219 0.29 0 0.08 0.07 163.71 0.67 0.8
Hex A8 EE DB 1D 0 8 7 A4 43 50
Octal 250 356 333 35 0 10 7 244 103 120
Binary 10101000 11101110 11011011 11101 0 1000 111 10100100 1000011 1010000

Color Harmonies of #A8EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EEDB

Black with #A8EEDB

Text Example


Text Example

White with #A8EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EEDB; }

 p { color: rgb(168,238,219); }

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

background-color css

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

 a { background-color: rgb(168,238,219); }

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

border-color css

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

 span { border-color: rgb(168,238,219); }

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