#92CDDB

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

Shades of Regent St Blue #92CDDB

Tints of Regent St Blue #92CDDB

Color information

#92CDDB (or 0x92CDDB) is unknown color: approx Regent St Blue. HEX triplet: 92, CD and DB. RGB value is (146,205,219). Sum of RGB (Red+Green+Blue) = 146+205+219=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #92CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CDDB is #6D3224. Grayscale: #BCBCBC. Windows color (decimal): -7156261 or 14405010. OLE color: 14405010.

HSL color Cylindrical-coordinate representation of color #92CDDB: hue angle of 191.51º 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 #92CDDB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146205219-
CMYK0.330.0600.14
HSL191.51º50.34%71.57%-
HSV(B)191.51º33.33%85.88%-
XYZ46.4754.8975.16-
YUV188.96144.9597.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.61%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=25.61%
G=35.96%
B=38.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462052190.330.0600.14191.5150.3471.57
Hex92CDDB2160Ec03248
Octal22231533341601630062110
Binary10010010110011011101101110000111001110110000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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