#9AF0DC

Color #9AF0DC Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9AF0DC

Tints of Ice Cold #9AF0DC

Color information

#9AF0DC (or 0x9AF0DC) is unknown color: approx Ice Cold. HEX triplet: 9A, F0 and DC. RGB value is (154,240,220). Sum of RGB (Red+Green+Blue) = 154+240+220=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF0DC is #650F23. Grayscale: #D3D3D3. Windows color (decimal): -6623012 or 14479514. OLE color: 14479514.

HSL color Cylindrical-coordinate representation of color #9AF0DC: hue angle of 166.05º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0DC is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB154240220-
CMYK0.3600.080.06
HSL166.05º74.14%77.25%-
HSV(B)166.05º35.83%94.12%-
XYZ57.474.3679.04-
YUV212.01132.5186.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.08%
GREEN value IS 240 (94.14% from 255) = 39.09%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=25.08%
G=39.09%
B=35.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542402200.3600.080.06166.0574.1477.25
Hex9AF0DC24086a64a4d
Octal232360334440106246112115
Binary100110101111000011011100100100010001101010011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AF0DC; }

 p { color: rgb(154,240,220); }

 H1.HeaderClassName
 {
   color: #9AF0DC;
 }
 .AnyTagClassName
 {
   color: #9AF0DC;
 }
</style>
background-color css

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

 a { background-color: rgb(154,240,220); }

 div.DivClassName
 {
   background-color: #9AF0DC;
 }
 .BgClassName
 {
   background-color: #9AF0DC;
 }
</style>
border-color css

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

 span { border-color: rgb(154,240,220); }

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