#9AEEDA

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

Shades of Ice Cold #9AEEDA

Tints of Ice Cold #9AEEDA

Color information

#9AEEDA (or 0x9AEEDA) is unknown color: approx Ice Cold. HEX triplet: 9A, EE and DA. RGB value is (154,238,218). Sum of RGB (Red+Green+Blue) = 154+238+218=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEDA is #651125. Grayscale: #D2D2D2. Windows color (decimal): -6623526 or 14347930. OLE color: 14347930.

HSL color Cylindrical-coordinate representation of color #9AEEDA: hue angle of 165.71º 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 #9AEEDA is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB154238218-
CMYK0.3500.080.07
HSL165.71º71.19%76.86%-
HSV(B)165.71º35.29%93.33%-
XYZ56.5673.0877.45-
YUV210.6132.1787.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=25.25%
G=39.02%
B=35.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542382180.3500.080.07165.7171.1976.86
Hex9AEEDA23087a6474d
Octal232356332430107246107115
Binary100110101110111011011010100011010001111010011010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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