Html Css Color HEX #92BDC9 Regent St Blue

📋 copy color: '#92BDC9'

red 146 ◦ green 189 ◦ blue 201

#92BDC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #92BDC9

Tints of Regent St Blue #92BDC9

RGB

 RED value IS 146 (57.42% from 255) = 27.24%

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 27.24%
G = 35.26%
B = 37.5%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#92BDC9 (or 0x92BDC9) is known color: Regent St Blue. HEX triplet: 92, BD and C9. RGB value is (146,189,201). Sum of RGB (Red+Green+Blue) = 146+189+201=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #92BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDC9 is #6D4236. Grayscale: #B1B1B1. Windows color (decimal): -7160375 or 13221266. OLE color: 13221266.

HSL color Cylindrical-coordinate representation of color #92BDC9: hue angle of 193.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92BDC9 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 189 201 -
CMYK 0.27 0.06 0 0.21
HSL 193.09º 0.34% 0.68% -
HSV(B) 193.09º 0.27% 0.79% -
XYZ 40.59 46.72 62.14 -
YUV 177.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 146 189 201 0.27 0.06 0 0.21 193.09 0.34 0.68
Hex 92 BD C9 1B 6 0 15 C1 22 44
Octal 222 275 311 33 6 0 25 301 42 104
Binary 10010010 10111101 11001001 11011 110 0 10101 11000001 100010 1000100

Color Harmonies of #92BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDC9

Black with #92BDC9

Text Example


Text Example

White with #92BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,189,201); }

 H1.HeaderClassName
 {
   color: #92BDC9;
 }
 .AnyTagClassName
 {
   color: #92BDC9;
 }
</style>

background-color css

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

 a { background-color: rgb(146,189,201); }

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

border-color css

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

 span { border-color: rgb(146,189,201); }

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