#9BEFE1

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

Shades of Ice Cold #9BEFE1

Tints of Ice Cold #9BEFE1

Color information

#9BEFE1 (or 0x9BEFE1) is unknown color: approx Ice Cold. HEX triplet: 9B, EF and E1. RGB value is (155,239,225). Sum of RGB (Red+Green+Blue) = 155+239+225=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFE1 is #64101E. Grayscale: #D4D4D4. Windows color (decimal): -6557727 or 14806939. OLE color: 14806939.

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

Color convert

RGB155239225-
CMYK0.3500.060.06
HSL170º72.41%77.25%-
HSV(B)170º35.15%93.73%-
XYZ57.9774.1482.49-
YUV212.29135.1787.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.04%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=25.04%
G=38.61%
B=36.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552392250.3500.060.0617072.4177.25
Hex9BEFE123066aa484d
Octal23335734143066252110115
Binary10011011111011111110000110001101101101010101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,239,225); }

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

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

 a { background-color: rgb(155,239,225); }

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

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

 span { border-color: rgb(155,239,225); }

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