#8BC3C9

Color #8BC3C9 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #8BC3C9

Tints of Morning Glory #8BC3C9

Color information

#8BC3C9 (or 0x8BC3C9) is unknown color: approx Morning Glory. HEX triplet: 8B, C3 and C9. RGB value is (139,195,201). Sum of RGB (Red+Green+Blue) = 139+195+201=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BC3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC3C9 is #743C36. Grayscale: #B2B2B2. Windows color (decimal): -7617591 or 13222795. OLE color: 13222795.

HSL color Cylindrical-coordinate representation of color #8BC3C9: hue angle of 185.81º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC3C9 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139195201-
CMYK0.310.0300.21
HSL185.81º36.47%66.67%-
HSV(B)185.81º30.85%78.82%-
XYZ40.7148.7462.52-
YUV178.94140.4599.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.98%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 201 (78.91% from 255) = 37.57%
R=25.98%
G=36.45%
B=37.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391952010.310.0300.21185.8136.4766.67
Hex8BC3C91F3015ba2443
Octal21330331137302527244103
Binary1000101111000011110010011111111010101101110101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BC3C9; }

 p { color: rgb(139,195,201); }

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

<style>
 a { background-color: #8BC3C9; }

 a { background-color: rgb(139,195,201); }

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

<style>
 span { border-color: #8BC3C9; }

 span { border-color: rgb(139,195,201); }

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