#95CDD5

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

Shades of Morning Glory #95CDD5

Tints of Morning Glory #95CDD5

Color information

#95CDD5 (or 0x95CDD5) is unknown color: approx Morning Glory. HEX triplet: 95, CD and D5. RGB value is (149,205,213). Sum of RGB (Red+Green+Blue) = 149+205+213=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #95CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDD5 is #6A322A. Grayscale: #BDBDBD. Windows color (decimal): -6959659 or 14011797. OLE color: 14011797.

HSL color Cylindrical-coordinate representation of color #95CDD5: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95CDD5 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149205213-
CMYK0.300.0400.16
HSL187.5º43.24%70.98%-
HSV(B)187.5º30.05%83.53%-
XYZ46.2454.8671.1-
YUV189.17141.4599.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.28%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=26.28%
G=36.16%
B=37.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492052130.300.0400.16187.543.2470.98
Hex95CDD51E4010bc2b47
Octal22531532536402027453107
Binary10010101110011011101010111110100010000101111001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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