Html Css Color HEX #A5E1CB Ice Cold

📋 copy color: '#A5E1CB'

red 165 ◦ green 225 ◦ blue 203

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

Shades of Ice Cold #A5E1CB

Tints of Ice Cold #A5E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.94%

 BLUE value IS 203 (79.69% from 255) = 34.23%

R = 27.82%
G = 37.94%
B = 34.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#A5E1CB (or 0xA5E1CB) is known color: Ice Cold. HEX triplet: A5, E1 and CB. RGB value is (165,225,203). Sum of RGB (Red+Green+Blue) = 165+225+203=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1CB is #5A1E34. Grayscale: #CCCCCC. Windows color (decimal): -5905973 or 13361573. OLE color: 13361573.

HSL color Cylindrical-coordinate representation of color #A5E1CB: hue angle of 158º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1CB is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 203 -
CMYK 0.27 0 0.10 0.12
HSL 158º 0.5% 0.76% -
HSV(B) 158º 0.27% 0.88% -
XYZ 53.22 66.16 66.47 -
YUV 204.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 165 225 203 0.27 0 0.10 0.12 158 0.5 0.76
Hex A5 E1 CB 1B 0 A C 9E 32 4C
Octal 245 341 313 33 0 12 14 236 62 114
Binary 10100101 11100001 11001011 11011 0 1010 1100 10011110 110010 1001100

Color Harmonies of #A5E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E1CB

Black with #A5E1CB

Text Example


Text Example

White with #A5E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E1CB; }

 p { color: rgb(165,225,203); }

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

background-color css

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

 a { background-color: rgb(165,225,203); }

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

border-color css

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

 span { border-color: rgb(165,225,203); }

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