Html Css Color HEX #A4E0CF Ice Cold

📋 copy color: '#A4E0CF'

red 164 ◦ green 224 ◦ blue 207

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

Shades of Ice Cold #A4E0CF

Tints of Ice Cold #A4E0CF

RGB

 RED value IS 164 (64.45% from 255) = 27.56%

 GREEN value IS 224 (87.89% from 255) = 37.65%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 27.56%
G = 37.65%
B = 34.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#A4E0CF (or 0xA4E0CF) is known color: Ice Cold. HEX triplet: A4, E0 and CF. RGB value is (164,224,207). Sum of RGB (Red+Green+Blue) = 164+224+207=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E0CF is #5B1F30. Grayscale: #CCCCCC. Windows color (decimal): -5971761 or 13623460. OLE color: 13623460.

HSL color Cylindrical-coordinate representation of color #A4E0CF: hue angle of 163º degrees, saturation: 0.49, 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 #A4E0CF is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 224 207 -
CMYK 0.27 0 0.08 0.12
HSL 163º 0.49% 0.76% -
HSV(B) 163º 0.27% 0.88% -
XYZ 53.23 65.71 68.91 -
YUV 204.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 164 224 207 0.27 0 0.08 0.12 163 0.49 0.76
Hex A4 E0 CF 1B 0 8 C A3 31 4C
Octal 244 340 317 33 0 10 14 243 61 114
Binary 10100100 11100000 11001111 11011 0 1000 1100 10100011 110001 1001100

Color Harmonies of #A4E0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E0CF

Black with #A4E0CF

Text Example


Text Example

White with #A4E0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E0CF; }

 p { color: rgb(164,224,207); }

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

background-color css

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

 a { background-color: rgb(164,224,207); }

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

border-color css

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

 span { border-color: rgb(164,224,207); }

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