#92C5CC

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

Shades of Morning Glory #92C5CC

Tints of Morning Glory #92C5CC

Color information

#92C5CC (or 0x92C5CC) is unknown color: approx Morning Glory. HEX triplet: 92, C5 and CC. RGB value is (146,197,204). Sum of RGB (Red+Green+Blue) = 146+197+204=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #92C5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5CC is #6D3A33. Grayscale: #B6B6B6. Windows color (decimal): -7158324 or 13419922. OLE color: 13419922.

HSL color Cylindrical-coordinate representation of color #92C5CC: hue angle of 187.24º 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 #92C5CC is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146197204-
CMYK0.280.0300.2
HSL187.24º36.25%68.63%-
HSV(B)187.24º28.43%80%-
XYZ42.7250.464.6-
YUV182.55140.1101.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=26.69%
G=36.01%
B=37.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461972040.280.0300.2187.2436.2568.63
Hex92C5CC1C3014bb2445
Octal22230531434302427344105
Binary1001001011000101110011001110011010100101110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92C5CC; }

 p { color: rgb(146,197,204); }

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

<style>
 a { background-color: #92C5CC; }

 a { background-color: rgb(146,197,204); }

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

<style>
 span { border-color: #92C5CC; }

 span { border-color: rgb(146,197,204); }

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