#92C9DB

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

Shades of Regent St Blue #92C9DB

Tints of Regent St Blue #92C9DB

Color information

#92C9DB (or 0x92C9DB) is unknown color: approx Regent St Blue. HEX triplet: 92, C9 and DB. RGB value is (146,201,219). Sum of RGB (Red+Green+Blue) = 146+201+219=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #92C9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C9DB is #6D3624. Grayscale: #BABABA. Windows color (decimal): -7157285 or 14403986. OLE color: 14403986.

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

Color convert

RGB146201219-
CMYK0.330.0800.14
HSL194.79º50.34%71.57%-
HSV(B)194.79º33.33%85.88%-
XYZ45.535374.85-
YUV186.61146.2899.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.80%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=25.80%
G=35.51%
B=38.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462012190.330.0800.14194.7950.3471.57
Hex92C9DB2180Ec33248
Octal222311333411001630362110
Binary100100101100100111011011100001100001110110000111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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