Html Css Color HEX #A8EBDB Ice Cold

📋 copy color: '#A8EBDB'

red 168 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #A8EBDB

Tints of Ice Cold #A8EBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.21%

R = 27.01%
G = 37.78%
B = 35.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A8EBDB (or 0xA8EBDB) is known color: Ice Cold. HEX triplet: A8, EB and DB. RGB value is (168,235,219). Sum of RGB (Red+Green+Blue) = 168+235+219=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBDB is #571424. Grayscale: #D5D5D5. Windows color (decimal): -5706789 or 14412712. OLE color: 14412712.

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

Color convert

RGB 168 235 219 -
CMYK 0.29 0 0.07 0.08
HSL 165.67º 0.63% 0.79% -
HSV(B) 165.67º 0.29% 0.92% -
XYZ 58.64 72.86 77.99 -
YUV 213.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 168 235 219 0.29 0 0.07 0.08 165.67 0.63 0.79
Hex A8 EB DB 1D 0 7 8 A6 3F 4F
Octal 250 353 333 35 0 7 10 246 77 117
Binary 10101000 11101011 11011011 11101 0 111 1000 10100110 111111 1001111

Color Harmonies of #A8EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBDB

Black with #A8EBDB

Text Example


Text Example

White with #A8EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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