#95CED1

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

Shades of Morning Glory #95CED1

Tints of Morning Glory #95CED1

Color information

#95CED1 (or 0x95CED1) is unknown color: approx Morning Glory. HEX triplet: 95, CE and D1. RGB value is (149,206,209). Sum of RGB (Red+Green+Blue) = 149+206+209=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #95CED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CED1 is #6A312E. Grayscale: #BDBDBD. Windows color (decimal): -6959407 or 13749909. OLE color: 13749909.

HSL color Cylindrical-coordinate representation of color #95CED1: hue angle of 183º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95CED1 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149206209-
CMYK0.290.0100.18
HSL183º39.47%70.2%-
HSV(B)183º28.71%81.96%-
XYZ45.9755.1468.54-
YUV189.3139.1299.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=26.42%
G=36.52%
B=37.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492062090.290.0100.1818339.4770.2
Hex95CED11D1012b72746
Octal22531632135102226747106
Binary100101011100111011010001111011010010101101111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,209); }

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

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

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

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

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

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

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