Html Css Color HEX #92BCCC Regent St Blue

📋 copy color: '#92BCCC'

red 146 ◦ green 188 ◦ blue 204

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

Shades of Regent St Blue #92BCCC

Tints of Regent St Blue #92BCCC

RGB

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

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

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

R = 27.14%
G = 34.94%
B = 37.92%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#92BCCC (or 0x92BCCC) is known color: Regent St Blue. HEX triplet: 92, BC and CC. RGB value is (146,188,204). Sum of RGB (Red+Green+Blue) = 146+188+204=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #92BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCCC is #6D4333. Grayscale: #B1B1B1. Windows color (decimal): -7160628 or 13417618. OLE color: 13417618.

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

Color convert

RGB 146 188 204 -
CMYK 0.28 0.08 0 0.2
HSL 196.55º 0.36% 0.69% -
HSV(B) 196.55º 0.28% 0.8% -
XYZ 40.74 46.44 63.94 -
YUV 177.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 146 188 204 0.28 0.08 0 0.2 196.55 0.36 0.69
Hex 92 BC CC 1C 8 0 14 C5 24 45
Octal 222 274 314 34 10 0 24 305 44 105
Binary 10010010 10111100 11001100 11100 1000 0 10100 11000101 100100 1000101

Color Harmonies of #92BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCCC

Black with #92BCCC

Text Example


Text Example

White with #92BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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