#92CADB

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

Shades of Regent St Blue #92CADB

Tints of Regent St Blue #92CADB

Color information

#92CADB (or 0x92CADB) is unknown color: approx Regent St Blue. HEX triplet: 92, CA and DB. RGB value is (146,202,219). Sum of RGB (Red+Green+Blue) = 146+202+219=567 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.75% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #92CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CADB is #6D3524. Grayscale: #BBBBBB. Windows color (decimal): -7157029 or 14404242. OLE color: 14404242.

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

Color convert

RGB146202219-
CMYK0.330.0800.14
HSL193.97º50.34%71.57%-
HSV(B)193.97º33.33%85.88%-
XYZ45.7653.4774.93-
YUV187.19145.9598.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.75%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=25.75%
G=35.63%
B=38.62%

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
Decimal1462022190.330.0800.14193.9750.3471.57
Hex92CADB2180Ec23248
Octal222312333411001630262110
Binary100100101100101011011011100001100001110110000101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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