#92CFDE

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

Shades of Regent St Blue #92CFDE

Tints of Regent St Blue #92CFDE

Color information

#92CFDE (or 0x92CFDE) is unknown color: approx Regent St Blue. HEX triplet: 92, CF and DE. RGB value is (146,207,222). Sum of RGB (Red+Green+Blue) = 146+207+222=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #92CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFDE is #6D3021. Grayscale: #BEBEBE. Windows color (decimal): -7155746 or 14602130. OLE color: 14602130.

HSL color Cylindrical-coordinate representation of color #92CFDE: hue angle of 191.84º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92CFDE is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146207222-
CMYK0.340.0700.13
HSL191.84º53.52%72.16%-
HSV(B)191.84º34.23%87.06%-
XYZ47.3556.0177.42-
YUV190.47145.7996.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.39%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=25.39%
G=36%
B=38.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462072220.340.0700.13191.8453.5272.16
Hex92CFDE2270Dc03648
Octal22231733642701530066110
Binary10010010110011111101111010001011101101110000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,207,222); }

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

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

 a { background-color: rgb(146,207,222); }

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

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

 span { border-color: rgb(146,207,222); }

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