#9AF2DE

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

Shades of Ice Cold #9AF2DE

Tints of Ice Cold #9AF2DE

Color information

#9AF2DE (or 0x9AF2DE) is unknown color: approx Ice Cold. HEX triplet: 9A, F2 and DE. RGB value is (154,242,222). Sum of RGB (Red+Green+Blue) = 154+242+222=618 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.92% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF2DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF2DE is #650D21. Grayscale: #D5D5D5. Windows color (decimal): -6622498 or 14611098. OLE color: 14611098.

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

Color convert

RGB154242222-
CMYK0.3600.080.05
HSL166.36º77.19%77.65%-
HSV(B)166.36º36.36%94.9%-
XYZ58.2675.6580.64-
YUV213.41132.8585.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.92%
GREEN value IS 242 (94.92% from 255) = 39.16%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=24.92%
G=39.16%
B=35.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542422220.3600.080.05166.3677.1977.65
Hex9AF2DE24085a64d4e
Octal232362336440105246115116
Binary100110101111001011011110100100010001011010011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,242,222); }

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

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

 a { background-color: rgb(154,242,222); }

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

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

 span { border-color: rgb(154,242,222); }

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