#9AEEDF

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

Shades of Ice Cold #9AEEDF

Tints of Ice Cold #9AEEDF

Color information

#9AEEDF (or 0x9AEEDF) is unknown color: approx Ice Cold. HEX triplet: 9A, EE and DF. RGB value is (154,238,223). Sum of RGB (Red+Green+Blue) = 154+238+223=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEDF is #651120. Grayscale: #D3D3D3. Windows color (decimal): -6623521 or 14675610. OLE color: 14675610.

HSL color Cylindrical-coordinate representation of color #9AEEDF: hue angle of 169.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEDF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB154238223-
CMYK0.3500.060.07
HSL169.29º71.19%76.86%-
HSV(B)169.29º35.29%93.33%-
XYZ57.2273.3580.95-
YUV211.17134.6787.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.04%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=25.04%
G=38.70%
B=36.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542382230.3500.060.07169.2971.1976.86
Hex9AEEDF23067a9474d
Octal23235633743067251107115
Binary10011010111011101101111110001101101111010100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,238,223); }

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

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

 a { background-color: rgb(154,238,223); }

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

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

 span { border-color: rgb(154,238,223); }

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