#94CECA

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

Shades of Morning Glory #94CECA

Tints of Morning Glory #94CECA

Color information

#94CECA (or 0x94CECA) is unknown color: approx Morning Glory. HEX triplet: 94, CE and CA. RGB value is (148,206,202). Sum of RGB (Red+Green+Blue) = 148+206+202=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #94CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CECA is #6B3135. Grayscale: #BCBCBC. Windows color (decimal): -7024950 or 13291156. OLE color: 13291156.

HSL color Cylindrical-coordinate representation of color #94CECA: hue angle of 175.86º 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 #94CECA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB148206202-
CMYK0.2800.020.19
HSL175.86º37.18%69.41%-
HSV(B)175.86º28.16%80.78%-
XYZ44.9454.764.07-
YUV188.2135.7899.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.62%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=26.62%
G=37.05%
B=36.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482062020.2800.020.19175.8637.1869.41
Hex94CECA1C0213b02545
Octal22431631234022326045105
Binary1001010011001110110010101110001010011101100001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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