Html Css Color HEX #92BDCB Regent St Blue

📋 copy color: '#92BDCB'

red 146 ◦ green 189 ◦ blue 203

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

Shades of Regent St Blue #92BDCB

Tints of Regent St Blue #92BDCB

RGB

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

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

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

R = 27.14%
G = 35.13%
B = 37.73%

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

#92BDCB (or 0x92BDCB) is known color: Regent St Blue. HEX triplet: 92, BD and CB. RGB value is (146,189,203). Sum of RGB (Red+Green+Blue) = 146+189+203=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #92BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDCB is #6D4234. Grayscale: #B1B1B1. Windows color (decimal): -7160373 or 13352338. OLE color: 13352338.

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

Color convert

RGB 146 189 203 -
CMYK 0.28 0.07 0 0.20
HSL 194.74º 0.35% 0.68% -
HSV(B) 194.74º 0.28% 0.8% -
XYZ 40.83 46.82 63.38 -
YUV 177.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 146 189 203 0.28 0.07 0 0.20 194.74 0.35 0.68
Hex 92 BD CB 1C 7 0 14 C3 23 44
Octal 222 275 313 34 7 0 24 303 43 104
Binary 10010010 10111101 11001011 11100 111 0 10100 11000011 100011 1000100

Color Harmonies of #92BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDCB

Black with #92BDCB

Text Example


Text Example

White with #92BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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