Html Css Color HEX #A5E2CC Ice Cold

📋 copy color: '#A5E2CC'

red 165 ◦ green 226 ◦ blue 204

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

Shades of Ice Cold #A5E2CC

Tints of Ice Cold #A5E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.98%

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 27.73%
G = 37.98%
B = 34.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#A5E2CC (or 0xA5E2CC) is known color: Ice Cold. HEX triplet: A5, E2 and CC. RGB value is (165,226,204). Sum of RGB (Red+Green+Blue) = 165+226+204=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E2CC is #5A1D33. Grayscale: #CDCDCD. Windows color (decimal): -5905716 or 13427365. OLE color: 13427365.

HSL color Cylindrical-coordinate representation of color #A5E2CC: hue angle of 158.36º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2CC is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 226 204 -
CMYK 0.27 0 0.10 0.11
HSL 158.36º 0.51% 0.77% -
HSV(B) 158.36º 0.27% 0.89% -
XYZ 53.61 66.75 67.19 -
YUV 205.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 165 226 204 0.27 0 0.10 0.11 158.36 0.51 0.77
Hex A5 E2 CC 1B 0 A B 9E 33 4D
Octal 245 342 314 33 0 12 13 236 63 115
Binary 10100101 11100010 11001100 11011 0 1010 1011 10011110 110011 1001101

Color Harmonies of #A5E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E2CC

Black with #A5E2CC

Text Example


Text Example

White with #A5E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E2CC; }

 p { color: rgb(165,226,204); }

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

background-color css

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

 a { background-color: rgb(165,226,204); }

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

border-color css

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

 span { border-color: rgb(165,226,204); }

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