#9BECE0

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

Shades of Ice Cold #9BECE0

Tints of Ice Cold #9BECE0

Color information

#9BECE0 (or 0x9BECE0) is unknown color: approx Ice Cold. HEX triplet: 9B, EC and E0. RGB value is (155,236,224). Sum of RGB (Red+Green+Blue) = 155+236+224=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECE0 is #64131F. Grayscale: #D2D2D2. Windows color (decimal): -6558496 or 14740635. OLE color: 14740635.

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

Color convert

RGB155236224-
CMYK0.3400.050.07
HSL171.11º68.07%76.67%-
HSV(B)171.11º34.32%92.55%-
XYZ56.9772.3481.48-
YUV210.41135.6688.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.20%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=25.20%
G=38.37%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1552362240.3400.050.07171.1168.0776.67
Hex9BECE022057ab444d
Octal23335434042057253104115
Binary10011011111011001110000010001001011111010101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,236,224); }

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

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

 a { background-color: rgb(155,236,224); }

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

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

 span { border-color: rgb(155,236,224); }

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