Html Css Color HEX #A8EBDE Ice Cold

📋 copy color: '#A8EBDE'

red 168 ◦ green 235 ◦ blue 222

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

Shades of Ice Cold #A8EBDE

Tints of Ice Cold #A8EBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 26.88%
G = 37.6%
B = 35.52%

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

#A8EBDE (or 0xA8EBDE) is known color: Ice Cold. HEX triplet: A8, EB and DE. RGB value is (168,235,222). Sum of RGB (Red+Green+Blue) = 168+235+222=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBDE is #571421. Grayscale: #D5D5D5. Windows color (decimal): -5706786 or 14609320. OLE color: 14609320.

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

Color convert

RGB 168 235 222 -
CMYK 0.29 0 0.06 0.08
HSL 168.36º 0.63% 0.79% -
HSV(B) 168.36º 0.29% 0.92% -
XYZ 59.04 73.02 80.09 -
YUV 213.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 168 235 222 0.29 0 0.06 0.08 168.36 0.63 0.79
Hex A8 EB DE 1D 0 6 8 A8 3F 4F
Octal 250 353 336 35 0 6 10 250 77 117
Binary 10101000 11101011 11011110 11101 0 110 1000 10101000 111111 1001111

Color Harmonies of #A8EBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBDE

Black with #A8EBDE

Text Example


Text Example

White with #A8EBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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