#9CEBE0

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

Shades of Ice Cold #9CEBE0

Tints of Ice Cold #9CEBE0

Color information

#9CEBE0 (or 0x9CEBE0) is unknown color: approx Ice Cold. HEX triplet: 9C, EB and E0. RGB value is (156,235,224). Sum of RGB (Red+Green+Blue) = 156+235+224=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBE0 is #63141F. Grayscale: #D2D2D2. Windows color (decimal): -6493216 or 14740380. OLE color: 14740380.

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

Color convert

RGB156235224-
CMYK0.3400.050.08
HSL171.65º66.39%76.67%-
HSV(B)171.65º33.62%92.16%-
XYZ56.8771.8781.4-
YUV210.12135.8389.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.37%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=25.37%
G=38.21%
B=36.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562352240.3400.050.08171.6566.3976.67
Hex9CEBE022058ac424d
Octal234353340420510254102115
Binary100111001110101111100000100010010110001010110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,235,224); }

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

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

 a { background-color: rgb(156,235,224); }

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

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

 span { border-color: rgb(156,235,224); }

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