#92CCDB

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

Shades of Regent St Blue #92CCDB

Tints of Regent St Blue #92CCDB

Color information

#92CCDB (or 0x92CCDB) is unknown color: approx Regent St Blue. HEX triplet: 92, CC and DB. RGB value is (146,204,219). Sum of RGB (Red+Green+Blue) = 146+204+219=569 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.66% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #92CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CCDB is #6D3324. Grayscale: #BCBCBC. Windows color (decimal): -7156517 or 14404754. OLE color: 14404754.

HSL color Cylindrical-coordinate representation of color #92CCDB: hue angle of 192.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92CCDB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146204219-
CMYK0.330.0700.14
HSL192.33º50.34%71.57%-
HSV(B)192.33º33.33%85.88%-
XYZ46.2354.4175.08-
YUV188.37145.2897.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.66%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=25.66%
G=35.85%
B=38.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462042190.330.0700.14192.3350.3471.57
Hex92CCDB2170Ec03248
Octal22231433341701630062110
Binary10010010110011001101101110000111101110110000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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