#94CCCD

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

Shades of Morning Glory #94CCCD

Tints of Morning Glory #94CCCD

Color information

#94CCCD (or 0x94CCCD) is unknown color: approx Morning Glory. HEX triplet: 94, CC and CD. RGB value is (148,204,205). Sum of RGB (Red+Green+Blue) = 148+204+205=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #94CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCCD is #6B3332. Grayscale: #BBBBBB. Windows color (decimal): -7025459 or 13487252. OLE color: 13487252.

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

Color convert

RGB148204205-
CMYK0.280.0000.20
HSL181.05º36.31%69.22%-
HSV(B)181.05º27.8%80.39%-
XYZ44.8353.8965.8-
YUV187.37137.9599.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=26.57%
G=36.62%
B=36.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482042050.280.0000.20181.0536.3169.22
Hex94CCCD1C0014b52445
Octal22431431534002426544105
Binary100101001100110011001101111000010100101101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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