#95CBCB

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

Shades of Morning Glory #95CBCB

Tints of Morning Glory #95CBCB

Color information

#95CBCB (or 0x95CBCB) is unknown color: approx Morning Glory. HEX triplet: 95, CB and CB. RGB value is (149,203,203). Sum of RGB (Red+Green+Blue) = 149+203+203=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #95CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBCB is #6A3434. Grayscale: #BABABA. Windows color (decimal): -6960181 or 13355925. OLE color: 13355925.

HSL color Cylindrical-coordinate representation of color #95CBCB: hue angle of 180º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CBCB is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149203203-
CMYK0.27000.20
HSL180º34.18%69.02%-
HSV(B)180º26.6%79.61%-
XYZ44.5353.4164.46-
YUV186.85137.11101-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.85%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=26.85%
G=36.58%
B=36.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492032030.27000.2018034.1869.02
Hex95CBCB1B0014b42245
Octal22531331333002426442105
Binary100101011100101111001011110110010100101101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CBCB; }

 p { color: rgb(149,203,203); }

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

<style>
 a { background-color: #95CBCB; }

 a { background-color: rgb(149,203,203); }

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

<style>
 span { border-color: #95CBCB; }

 span { border-color: rgb(149,203,203); }

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