#92CCDD

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

Shades of Regent St Blue #92CCDD

Tints of Regent St Blue #92CCDD

Color information

#92CCDD (or 0x92CCDD) is unknown color: approx Regent St Blue. HEX triplet: 92, CC and DD. RGB value is (146,204,221). Sum of RGB (Red+Green+Blue) = 146+204+221=571 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.57% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #92CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CCDD is #6D3322. Grayscale: #BCBCBC. Windows color (decimal): -7156515 or 14535826. OLE color: 14535826.

HSL color Cylindrical-coordinate representation of color #92CCDD: hue angle of 193.6º 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 #92CCDD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146204221-
CMYK0.340.0800.13
HSL193.6º52.45%71.96%-
HSV(B)193.6º33.94%86.67%-
XYZ46.554.5276.48-
YUV188.6146.2897.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.57%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=25.57%
G=35.73%
B=38.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462042210.340.0800.13193.652.4571.96
Hex92CCDD2280Dc23448
Octal222314335421001530264110
Binary100100101100110011011101100010100001101110000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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