#92CBDB

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

Shades of Regent St Blue #92CBDB

Tints of Regent St Blue #92CBDB

Color information

#92CBDB (or 0x92CBDB) is unknown color: approx Regent St Blue. HEX triplet: 92, CB and DB. RGB value is (146,203,219). Sum of RGB (Red+Green+Blue) = 146+203+219=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #92CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBDB is #6D3424. Grayscale: #BBBBBB. Windows color (decimal): -7156773 or 14404498. OLE color: 14404498.

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

Color convert

RGB146203219-
CMYK0.330.0700.14
HSL193.15º50.34%71.57%-
HSV(B)193.15º33.33%85.88%-
XYZ4653.9475-
YUV187.78145.6298.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.70%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=25.70%
G=35.74%
B=38.56%

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
Decimal1462032190.330.0700.14193.1550.3471.57
Hex92CBDB2170Ec13248
Octal22231333341701630162110
Binary10010010110010111101101110000111101110110000011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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