Html Css Color HEX #A8ECDE Ice Cold

📋 copy color: '#A8ECDE'

red 168 ◦ green 236 ◦ blue 222

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

Shades of Ice Cold #A8ECDE

Tints of Ice Cold #A8ECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.7%

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

R = 26.84%
G = 37.7%
B = 35.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A8ECDE (or 0xA8ECDE) is known color: Ice Cold. HEX triplet: A8, EC and DE. RGB value is (168,236,222). Sum of RGB (Red+Green+Blue) = 168+236+222=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECDE is #571321. Grayscale: #D6D6D6. Windows color (decimal): -5706530 or 14609576. OLE color: 14609576.

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

Color convert

RGB 168 236 222 -
CMYK 0.29 0 0.06 0.07
HSL 167.65º 0.64% 0.79% -
HSV(B) 167.65º 0.29% 0.93% -
XYZ 59.33 73.59 80.18 -
YUV 214.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 168 236 222 0.29 0 0.06 0.07 167.65 0.64 0.79
Hex A8 EC DE 1D 0 6 7 A8 40 4F
Octal 250 354 336 35 0 6 7 250 100 117
Binary 10101000 11101100 11011110 11101 0 110 111 10101000 1000000 1001111

Color Harmonies of #A8ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECDE

Black with #A8ECDE

Text Example


Text Example

White with #A8ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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