Html Css Color HEX #92BCD0 Regent St Blue

📋 copy color: '#92BCD0'

red 146 ◦ green 188 ◦ blue 208

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

Shades of Regent St Blue #92BCD0

Tints of Regent St Blue #92BCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.38%

R = 26.94%
G = 34.69%
B = 38.38%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#92BCD0 (or 0x92BCD0) is known color: Regent St Blue. HEX triplet: 92, BC and D0. RGB value is (146,188,208). Sum of RGB (Red+Green+Blue) = 146+188+208=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #92BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCD0 is #6D432F. Grayscale: #B1B1B1. Windows color (decimal): -7160624 or 13679762. OLE color: 13679762.

HSL color Cylindrical-coordinate representation of color #92BCD0: hue angle of 199.35º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92BCD0 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 188 208 -
CMYK 0.30 0.10 0 0.18
HSL 199.35º 0.4% 0.69% -
HSV(B) 199.35º 0.3% 0.82% -
XYZ 41.22 46.63 66.5 -
YUV 177.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 146 188 208 0.30 0.10 0 0.18 199.35 0.4 0.69
Hex 92 BC D0 1E A 0 12 C7 28 45
Octal 222 274 320 36 12 0 22 307 50 105
Binary 10010010 10111100 11010000 11110 1010 0 10010 11000111 101000 1000101

Color Harmonies of #92BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCD0

Black with #92BCD0

Text Example


Text Example

White with #92BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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