#95CDCF

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

Shades of Morning Glory #95CDCF

Tints of Morning Glory #95CDCF

Color information

#95CDCF (or 0x95CDCF) is unknown color: approx Morning Glory. HEX triplet: 95, CD and CF. RGB value is (149,205,207). Sum of RGB (Red+Green+Blue) = 149+205+207=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #95CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDCF is #6A3230. Grayscale: #BCBCBC. Windows color (decimal): -6959665 or 13618581. OLE color: 13618581.

HSL color Cylindrical-coordinate representation of color #95CDCF: hue angle of 182.07º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CDCF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149205207-
CMYK0.280.0100.19
HSL182.07º37.66%69.8%-
HSV(B)182.07º28.02%81.18%-
XYZ45.4954.5667.16-
YUV188.48138.4599.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.56%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=26.56%
G=36.54%
B=36.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492052070.280.0100.19182.0737.6669.8
Hex95CDCF1C1013b62646
Octal22531531734102326646106
Binary100101011100110111001111111001010011101101101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,207); }

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

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

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

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

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

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

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