#92CDD4

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

Shades of Morning Glory #92CDD4

Tints of Morning Glory #92CDD4

Color information

#92CDD4 (or 0x92CDD4) is unknown color: approx Morning Glory. HEX triplet: 92, CD and D4. RGB value is (146,205,212). Sum of RGB (Red+Green+Blue) = 146+205+212=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 212 - color contains mainly: blue. Hex color #92CDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CDD4 is #6D322B. Grayscale: #BCBCBC. Windows color (decimal): -7156268 or 13946258. OLE color: 13946258.

HSL color Cylindrical-coordinate representation of color #92CDD4: hue angle of 186.36º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92CDD4 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146205212-
CMYK0.310.0300.17
HSL186.36º43.42%70.2%-
HSV(B)186.36º31.13%83.14%-
XYZ45.5754.5370.41-
YUV188.16141.4597.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.93%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 212 (83.20% from 255) = 37.66%
R=25.93%
G=36.41%
B=37.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462052120.310.0300.17186.3643.4270.2
Hex92CDD41F3011ba2b46
Octal22231532437302127253106
Binary1001001011001101110101001111111010001101110101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,205,212); }

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

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

 a { background-color: rgb(146,205,212); }

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

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

 span { border-color: rgb(146,205,212); }

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