#92CEDB

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

Shades of Regent St Blue #92CEDB

Tints of Regent St Blue #92CEDB

Color information

#92CEDB (or 0x92CEDB) is unknown color: approx Regent St Blue. HEX triplet: 92, CE and DB. RGB value is (146,206,219). Sum of RGB (Red+Green+Blue) = 146+206+219=571 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.57% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #92CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CEDB is #6D3124. Grayscale: #BDBDBD. Windows color (decimal): -7156005 or 14405266. OLE color: 14405266.

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

Color convert

RGB146206219-
CMYK0.330.0600.14
HSL190.68º50.34%71.57%-
HSV(B)190.68º33.33%85.88%-
XYZ46.7155.3775.24-
YUV189.54144.6296.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.57%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=25.57%
G=36.08%
B=38.35%

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
Decimal1462062190.330.0600.14190.6850.3471.57
Hex92CEDB2160Ebf3248
Octal22231633341601627762110
Binary10010010110011101101101110000111001110101111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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