#95CDD1

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

Shades of Morning Glory #95CDD1

Tints of Morning Glory #95CDD1

Color information

#95CDD1 (or 0x95CDD1) is unknown color: approx Morning Glory. HEX triplet: 95, CD and D1. RGB value is (149,205,209). Sum of RGB (Red+Green+Blue) = 149+205+209=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #95CDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDD1 is #6A322E. Grayscale: #BCBCBC. Windows color (decimal): -6959663 or 13749653. OLE color: 13749653.

HSL color Cylindrical-coordinate representation of color #95CDD1: hue angle of 184º 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 #95CDD1 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149205209-
CMYK0.290.0200.18
HSL184º39.47%70.2%-
HSV(B)184º28.71%81.96%-
XYZ45.7354.6668.46-
YUV188.71139.4599.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=26.47%
G=36.41%
B=37.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492052090.290.0200.1818439.4770.2
Hex95CDD11D2012b82746
Octal22531532135202227047106
Binary1001010111001101110100011110110010010101110001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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