#94CBCA

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

Shades of Morning Glory #94CBCA

Tints of Morning Glory #94CBCA

Color information

#94CBCA (or 0x94CBCA) is unknown color: approx Morning Glory. HEX triplet: 94, CB and CA. RGB value is (148,203,202). Sum of RGB (Red+Green+Blue) = 148+203+202=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBCA is #6B3435. Grayscale: #BABABA. Windows color (decimal): -7025718 or 13290388. OLE color: 13290388.

HSL color Cylindrical-coordinate representation of color #94CBCA: hue angle of 178.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CBCA is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB148203202-
CMYK0.2700.000.20
HSL178.91º34.59%68.82%-
HSV(B)178.91º27.09%79.61%-
XYZ44.2353.2763.83-
YUV186.44136.78100.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.76%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=26.76%
G=36.71%
B=36.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482032020.2700.000.20178.9134.5968.82
Hex94CBCA1B0014b32345
Octal22431331233002426343105
Binary100101001100101111001010110110010100101100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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