#A8EBDF

Color #A8EBDF Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A8EBDF

Tints of Ice Cold #A8EBDF

Color information

#A8EBDF (or 0xA8EBDF) is unknown color: approx Ice Cold. HEX triplet: A8, EB and DF. RGB value is (168,235,223). Sum of RGB (Red+Green+Blue) = 168+235+223=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBDF is #571420. Grayscale: #D5D5D5. Windows color (decimal): -5706785 or 14674856. OLE color: 14674856.

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

Color convert

RGB168235223-
CMYK0.2900.050.08
HSL169.25º62.62%79.02%-
HSV(B)169.25º28.51%92.16%-
XYZ59.1873.0780.8-
YUV213.6133.395.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.84%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=26.84%
G=37.54%
B=35.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682352230.2900.050.08169.2562.6279.02
HexA8EBDF1D058a93f4f
Octal25035333735051025177117
Binary1010100011101011110111111110101011000101010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBDF; }

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

 H1.HeaderClassName
 {
   color: #A8EBDF;
 }
 .AnyTagClassName
 {
   color: #A8EBDF;
 }
</style>
background-color css

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

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

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

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

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

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