#94CBCB

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

Shades of Morning Glory #94CBCB

Tints of Morning Glory #94CBCB

Color information

#94CBCB (or 0x94CBCB) is unknown color: approx Morning Glory. HEX triplet: 94, CB and CB. RGB value is (148,203,203). Sum of RGB (Red+Green+Blue) = 148+203+203=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #94CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBCB is #6B3434. Grayscale: #BABABA. Windows color (decimal): -7025717 or 13355924. OLE color: 13355924.

HSL color Cylindrical-coordinate representation of color #94CBCB: hue angle of 180º 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 #94CBCB is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148203203-
CMYK0.27000.20
HSL180º34.59%68.82%-
HSV(B)180º27.09%79.61%-
XYZ44.3553.3264.45-
YUV186.55137.28100.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.71%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=26.71%
G=36.64%
B=36.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482032030.27000.2018034.5968.82
Hex94CBCB1B0014b42345
Octal22431331333002426443105
Binary100101001100101111001011110110010100101101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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