Html Css Color HEX #92BCCD Regent St Blue

📋 copy color: '#92BCCD'

red 146 ◦ green 188 ◦ blue 205

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

Shades of Regent St Blue #92BCCD

Tints of Regent St Blue #92BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.88%

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

R = 27.09%
G = 34.88%
B = 38.03%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#92BCCD (or 0x92BCCD) is known color: Regent St Blue. HEX triplet: 92, BC and CD. RGB value is (146,188,205). Sum of RGB (Red+Green+Blue) = 146+188+205=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #92BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCCD is #6D4332. Grayscale: #B1B1B1. Windows color (decimal): -7160627 or 13483154. OLE color: 13483154.

HSL color Cylindrical-coordinate representation of color #92BCCD: hue angle of 197.29º 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 #92BCCD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 188 205 -
CMYK 0.29 0.08 0 0.20
HSL 197.29º 0.37% 0.69% -
HSV(B) 197.29º 0.29% 0.8% -
XYZ 40.86 46.49 64.58 -
YUV 177.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 146 188 205 0.29 0.08 0 0.20 197.29 0.37 0.69
Hex 92 BC CD 1D 8 0 14 C5 25 45
Octal 222 274 315 35 10 0 24 305 45 105
Binary 10010010 10111100 11001101 11101 1000 0 10100 11000101 100101 1000101

Color Harmonies of #92BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCCD

Black with #92BCCD

Text Example


Text Example

White with #92BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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