Html Css Color HEX #A5EBDB Ice Cold

📋 copy color: '#A5EBDB'

red 165 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #A5EBDB

Tints of Ice Cold #A5EBDB

RGB

 RED value IS 165 (64.84% from 255) = 26.66%

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

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

R = 26.66%
G = 37.96%
B = 35.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A5EBDB (or 0xA5EBDB) is known color: Ice Cold. HEX triplet: A5, EB and DB. RGB value is (165,235,219). Sum of RGB (Red+Green+Blue) = 165+235+219=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBDB is #5A1424. Grayscale: #D4D4D4. Windows color (decimal): -5903397 or 14412709. OLE color: 14412709.

HSL color Cylindrical-coordinate representation of color #A5EBDB: hue angle of 166.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBDB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 235 219 -
CMYK 0.30 0 0.07 0.08
HSL 166.29º 0.64% 0.78% -
HSV(B) 166.29º 0.3% 0.92% -
XYZ 58.01 72.53 77.96 -
YUV 212.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 165 235 219 0.30 0 0.07 0.08 166.29 0.64 0.78
Hex A5 EB DB 1E 0 7 8 A6 40 4E
Octal 245 353 333 36 0 7 10 246 100 116
Binary 10100101 11101011 11011011 11110 0 111 1000 10100110 1000000 1001110

Color Harmonies of #A5EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBDB

Black with #A5EBDB

Text Example


Text Example

White with #A5EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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