#92C3CA

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

Shades of Morning Glory #92C3CA

Tints of Morning Glory #92C3CA

Color information

#92C3CA (or 0x92C3CA) is unknown color: approx Morning Glory. HEX triplet: 92, C3 and CA. RGB value is (146,195,202). Sum of RGB (Red+Green+Blue) = 146+195+202=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #92C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C3CA is #6D3C35. Grayscale: #B5B5B5. Windows color (decimal): -7158838 or 13288338. OLE color: 13288338.

HSL color Cylindrical-coordinate representation of color #92C3CA: hue angle of 187.5º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92C3CA is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146195202-
CMYK0.280.0300.21
HSL187.5º34.57%68.24%-
HSV(B)187.5º27.72%79.22%-
XYZ42.0349.4163.2-
YUV181.15139.77102.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.89%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=26.89%
G=35.91%
B=37.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461952020.280.0300.21187.534.5768.24
Hex92C3CA1C3015bc2344
Octal22230331234302527443104
Binary1001001011000011110010101110011010101101111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,195,202); }

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

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

 a { background-color: rgb(146,195,202); }

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

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

 span { border-color: rgb(146,195,202); }

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