#94CCCE

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

Shades of Morning Glory #94CCCE

Tints of Morning Glory #94CCCE

Color information

#94CCCE (or 0x94CCCE) is unknown color: approx Morning Glory. HEX triplet: 94, CC and CE. RGB value is (148,204,206). Sum of RGB (Red+Green+Blue) = 148+204+206=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #94CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCCE is #6B3331. Grayscale: #BBBBBB. Windows color (decimal): -7025458 or 13552788. OLE color: 13552788.

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

Color convert

RGB148204206-
CMYK0.280.0100.19
HSL182.07º37.18%69.41%-
HSV(B)182.07º28.16%80.78%-
XYZ44.9553.9466.43-
YUV187.48138.4599.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.52%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=26.52%
G=36.56%
B=36.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482042060.280.0100.19182.0737.1869.41
Hex94CCCE1C1013b62545
Octal22431431634102326645105
Binary100101001100110011001110111001010011101101101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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