#94CDCE

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

Shades of Morning Glory #94CDCE

Tints of Morning Glory #94CDCE

Color information

#94CDCE (or 0x94CDCE) is unknown color: approx Morning Glory. HEX triplet: 94, CD and CE. RGB value is (148,205,206). Sum of RGB (Red+Green+Blue) = 148+205+206=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #94CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDCE is #6B3231. Grayscale: #BCBCBC. Windows color (decimal): -7025202 or 13553044. OLE color: 13553044.

HSL color Cylindrical-coordinate representation of color #94CDCE: hue angle of 181.03º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CDCE is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148205206-
CMYK0.280.0000.19
HSL181.03º37.18%69.41%-
HSV(B)181.03º28.16%80.78%-
XYZ45.1854.4166.51-
YUV188.07138.1299.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.48%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=26.48%
G=36.67%
B=36.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482052060.280.0000.19181.0337.1869.41
Hex94CDCE1C0013b52545
Octal22431531634002326545105
Binary100101001100110111001110111000010011101101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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