Html Css Color HEX #A8EBDF Ice Cold

📋 copy color: '#A8EBDF'

red 168 ◦ green 235 ◦ blue 223

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

Shades of Ice Cold #A8EBDF

Tints of Ice Cold #A8EBDF

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 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

#A8EBDF (or 0xA8EBDF) is known color: 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

RGB 168 235 223 -
CMYK 0.29 0 0.05 0.08
HSL 169.25º 0.63% 0.79% -
HSV(B) 169.25º 0.29% 0.92% -
XYZ 59.18 73.07 80.8 -
YUV 213.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 168 235 223 0.29 0 0.05 0.08 169.25 0.63 0.79
Hex A8 EB DF 1D 0 5 8 A9 3F 4F
Octal 250 353 337 35 0 5 10 251 77 117
Binary 10101000 11101011 11011111 11101 0 101 1000 10101001 111111 1001111

Color Harmonies of #A8EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBDF

Black with #A8EBDF

Text Example


Text Example

White with #A8EBDF

Text Example


Text Example

HTML Codes & Css Web 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>