#92CADC

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

Shades of Regent St Blue #92CADC

Tints of Regent St Blue #92CADC

Color information

#92CADC (or 0x92CADC) is unknown color: approx Regent St Blue. HEX triplet: 92, CA and DC. RGB value is (146,202,220). Sum of RGB (Red+Green+Blue) = 146+202+220=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #92CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CADC is #6D3523. Grayscale: #BBBBBB. Windows color (decimal): -7157028 or 14469778. OLE color: 14469778.

HSL color Cylindrical-coordinate representation of color #92CADC: hue angle of 194.59º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92CADC is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146202220-
CMYK0.340.0800.14
HSL194.59º51.39%71.76%-
HSV(B)194.59º33.64%86.27%-
XYZ45.8953.5275.62-
YUV187.31146.4598.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.70%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=25.70%
G=35.56%
B=38.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462022200.340.0800.14194.5951.3971.76
Hex92CADC2280Ec33348
Octal222312334421001630363110
Binary100100101100101011011100100010100001110110000111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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