Html Css Color HEX #A8EBE0 Ice Cold

📋 copy color: '#A8EBE0'

red 168 ◦ green 235 ◦ blue 224

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

Shades of Ice Cold #A8EBE0

Tints of Ice Cold #A8EBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.73%

R = 26.79%
G = 37.48%
B = 35.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#A8EBE0 (or 0xA8EBE0) is known color: Ice Cold. HEX triplet: A8, EB and E0. RGB value is (168,235,224). Sum of RGB (Red+Green+Blue) = 168+235+224=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBE0 is #57141F. Grayscale: #D5D5D5. Windows color (decimal): -5706784 or 14740392. OLE color: 14740392.

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

Color convert

RGB 168 235 224 -
CMYK 0.29 0 0.05 0.08
HSL 170.15º 0.63% 0.79% -
HSV(B) 170.15º 0.29% 0.92% -
XYZ 59.31 73.12 81.51 -
YUV 213.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 168 235 224 0.29 0 0.05 0.08 170.15 0.63 0.79
Hex A8 EB E0 1D 0 5 8 AA 3F 4F
Octal 250 353 340 35 0 5 10 252 77 117
Binary 10101000 11101011 11100000 11101 0 101 1000 10101010 111111 1001111

Color Harmonies of #A8EBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBE0

Black with #A8EBE0

Text Example


Text Example

White with #A8EBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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