#9AF1DE

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

Shades of Ice Cold #9AF1DE

Tints of Ice Cold #9AF1DE

Color information

#9AF1DE (or 0x9AF1DE) is unknown color: approx Ice Cold. HEX triplet: 9A, F1 and DE. RGB value is (154,241,222). Sum of RGB (Red+Green+Blue) = 154+241+222=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1DE is #650E21. Grayscale: #D4D4D4. Windows color (decimal): -6622754 or 14610842. OLE color: 14610842.

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

Color convert

RGB154241222-
CMYK0.3600.080.05
HSL166.9º75.65%77.45%-
HSV(B)166.9º36.1%94.51%-
XYZ57.9775.0580.54-
YUV212.82133.1886.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.96%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=24.96%
G=39.06%
B=35.98%

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
Decimal1542412220.3600.080.05166.975.6577.45
Hex9AF1DE24085a74c4d
Octal232361336440105247114115
Binary100110101111000111011110100100010001011010011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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