Html Css Color HEX #92BBCD Regent St Blue

📋 copy color: '#92BBCD'

red 146 ◦ green 187 ◦ blue 205

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

Shades of Regent St Blue #92BBCD

Tints of Regent St Blue #92BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.76%

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 27.14%
G = 34.76%
B = 38.1%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#92BBCD (or 0x92BBCD) is known color: Regent St Blue. HEX triplet: 92, BB and CD. RGB value is (146,187,205). Sum of RGB (Red+Green+Blue) = 146+187+205=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #92BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBCD is #6D4432. Grayscale: #B0B0B0. Windows color (decimal): -7160883 or 13482898. OLE color: 13482898.

HSL color Cylindrical-coordinate representation of color #92BBCD: hue angle of 198.31º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92BBCD is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 187 205 -
CMYK 0.29 0.09 0 0.20
HSL 198.31º 0.37% 0.69% -
HSV(B) 198.31º 0.29% 0.8% -
XYZ 40.64 46.06 64.51 -
YUV 176.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 146 187 205 0.29 0.09 0 0.20 198.31 0.37 0.69
Hex 92 BB CD 1D 9 0 14 C6 25 45
Octal 222 273 315 35 11 0 24 306 45 105
Binary 10010010 10111011 11001101 11101 1001 0 10100 11000110 100101 1000101

Color Harmonies of #92BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BBCD

Black with #92BBCD

Text Example


Text Example

White with #92BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,187,205); }

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

background-color css

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

 a { background-color: rgb(146,187,205); }

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

border-color css

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

 span { border-color: rgb(146,187,205); }

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