Html Css Color HEX #92BECC Regent St Blue

📋 copy color: '#92BECC'

red 146 ◦ green 190 ◦ blue 204

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

Shades of Regent St Blue #92BECC

Tints of Regent St Blue #92BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.19%

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 27.04%
G = 35.19%
B = 37.78%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#92BECC (or 0x92BECC) is known color: Regent St Blue. HEX triplet: 92, BE and CC. RGB value is (146,190,204). Sum of RGB (Red+Green+Blue) = 146+190+204=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #92BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BECC is #6D4133. Grayscale: #B2B2B2. Windows color (decimal): -7160116 or 13418130. OLE color: 13418130.

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

Color convert

RGB 146 190 204 -
CMYK 0.28 0.07 0 0.2
HSL 194.48º 0.36% 0.69% -
HSV(B) 194.48º 0.28% 0.8% -
XYZ 41.17 47.3 64.09 -
YUV 178.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 146 190 204 0.28 0.07 0 0.2 194.48 0.36 0.69
Hex 92 BE CC 1C 7 0 14 C2 24 45
Octal 222 276 314 34 7 0 24 302 44 105
Binary 10010010 10111110 11001100 11100 111 0 10100 11000010 100100 1000101

Color Harmonies of #92BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BECC

Black with #92BECC

Text Example


Text Example

White with #92BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,190,204); }

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

background-color css

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

 a { background-color: rgb(146,190,204); }

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

border-color css

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

 span { border-color: rgb(146,190,204); }

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