#92CAD4

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

Shades of Regent St Blue #92CAD4

Tints of Regent St Blue #92CAD4

Color information

#92CAD4 (or 0x92CAD4) is unknown color: approx Regent St Blue. HEX triplet: 92, CA and D4. RGB value is (146,202,212). Sum of RGB (Red+Green+Blue) = 146+202+212=560 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.07% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #92CAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CAD4 is #6D352B. Grayscale: #BABABA. Windows color (decimal): -7157036 or 13945490. OLE color: 13945490.

HSL color Cylindrical-coordinate representation of color #92CAD4: hue angle of 189.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92CAD4 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146202212-
CMYK0.310.0500.17
HSL189.09º43.42%70.2%-
HSV(B)189.09º31.13%83.14%-
XYZ44.8653.1170.17-
YUV186.4142.4599.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.07%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 212 (83.20% from 255) = 37.86%
R=26.07%
G=36.07%
B=37.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462022120.310.0500.17189.0943.4270.2
Hex92CAD41F5011bd2b46
Octal22231232437502127553106
Binary10010010110010101101010011111101010001101111011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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