Html Css Color HEX #92BCCB Regent St Blue

📋 copy color: '#92BCCB'

red 146 ◦ green 188 ◦ blue 203

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

Shades of Regent St Blue #92BCCB

Tints of Regent St Blue #92BCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 27.19%
G = 35.01%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#92BCCB (or 0x92BCCB) is known color: Regent St Blue. HEX triplet: 92, BC and CB. RGB value is (146,188,203). Sum of RGB (Red+Green+Blue) = 146+188+203=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #92BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCCB is #6D4334. Grayscale: #B1B1B1. Windows color (decimal): -7160629 or 13352082. OLE color: 13352082.

HSL color Cylindrical-coordinate representation of color #92BCCB: hue angle of 195.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92BCCB is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 188 203 -
CMYK 0.28 0.07 0 0.20
HSL 195.79º 0.35% 0.68% -
HSV(B) 195.79º 0.28% 0.8% -
XYZ 40.62 46.39 63.31 -
YUV 177.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 146 188 203 0.28 0.07 0 0.20 195.79 0.35 0.68
Hex 92 BC CB 1C 7 0 14 C4 23 44
Octal 222 274 313 34 7 0 24 304 43 104
Binary 10010010 10111100 11001011 11100 111 0 10100 11000100 100011 1000100

Color Harmonies of #92BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCCB

Black with #92BCCB

Text Example


Text Example

White with #92BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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