#94CDCF

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

Shades of Morning Glory #94CDCF

Tints of Morning Glory #94CDCF

Color information

#94CDCF (or 0x94CDCF) is unknown color: approx Morning Glory. HEX triplet: 94, CD and CF. RGB value is (148,205,207). Sum of RGB (Red+Green+Blue) = 148+205+207=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #94CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDCF is #6B3230. Grayscale: #BCBCBC. Windows color (decimal): -7025201 or 13618580. OLE color: 13618580.

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

Color convert

RGB148205207-
CMYK0.290.0100.19
HSL182.03º38.06%69.61%-
HSV(B)182.03º28.5%81.18%-
XYZ45.3154.4667.16-
YUV188.18138.6299.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.43%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=26.43%
G=36.61%
B=36.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482052070.290.0100.19182.0338.0669.61
Hex94CDCF1D1013b62646
Octal22431531735102326646106
Binary100101001100110111001111111011010011101101101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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