#9EBCD4

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

Shades of Spindle #9EBCD4

Tints of Spindle #9EBCD4

Color information

#9EBCD4 (or 0x9EBCD4) is unknown color: approx Spindle. HEX triplet: 9E, BC and D4. RGB value is (158,188,212). Sum of RGB (Red+Green+Blue) = 158+188+212=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #9EBCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCD4 is #61432B. Grayscale: #B5B5B5. Windows color (decimal): -6374188 or 13941918. OLE color: 13941918.

HSL color Cylindrical-coordinate representation of color #9EBCD4: hue angle of 206.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EBCD4 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB158188212-
CMYK0.250.1100.17
HSL206.67º38.57%72.55%-
HSV(B)206.67º25.47%83.14%-
XYZ43.9747.9969.23-
YUV181.77145.06111.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.32%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 212 (83.20% from 255) = 37.99%
R=28.32%
G=33.69%
B=37.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1581882120.250.1100.17206.6738.5772.55
Hex9EBCD419B011cf2749
Octal236274324311302131747111
Binary100111101011110011010100110011011010001110011111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,212); }

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

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

 a { background-color: rgb(158,188,212); }

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

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

 span { border-color: rgb(158,188,212); }

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