#92CDDD

Color #92CDDD Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #92CDDD

Tints of Regent St Blue #92CDDD

Color information

#92CDDD (or 0x92CDDD) is unknown color: approx Regent St Blue. HEX triplet: 92, CD and DD. RGB value is (146,205,221). Sum of RGB (Red+Green+Blue) = 146+205+221=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #92CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CDDD is #6D3222. Grayscale: #BDBDBD. Windows color (decimal): -7156259 or 14536082. OLE color: 14536082.

HSL color Cylindrical-coordinate representation of color #92CDDD: hue angle of 192.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92CDDD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146205221-
CMYK0.340.0700.13
HSL192.8º52.45%71.96%-
HSV(B)192.8º33.94%86.67%-
XYZ46.7454.9976.56-
YUV189.18145.9597.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.52%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=25.52%
G=35.84%
B=38.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462052210.340.0700.13192.852.4571.96
Hex92CDDD2270Dc13448
Octal22231533542701530164110
Binary10010010110011011101110110001011101101110000011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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