Html Css Color HEX #92BFCC Regent St Blue

📋 copy color: '#92BFCC'

red 146 ◦ green 191 ◦ blue 204

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

Shades of Regent St Blue #92BFCC

Tints of Regent St Blue #92BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

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

R = 26.99%
G = 35.3%
B = 37.71%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#92BFCC (or 0x92BFCC) is known color: Regent St Blue. HEX triplet: 92, BF and CC. RGB value is (146,191,204). Sum of RGB (Red+Green+Blue) = 146+191+204=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #92BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFCC is #6D4033. Grayscale: #B2B2B2. Windows color (decimal): -7159860 or 13418386. OLE color: 13418386.

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

Color convert

RGB 146 191 204 -
CMYK 0.28 0.06 0 0.2
HSL 193.45º 0.36% 0.69% -
HSV(B) 193.45º 0.28% 0.8% -
XYZ 41.38 47.73 64.16 -
YUV 179.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 146 191 204 0.28 0.06 0 0.2 193.45 0.36 0.69
Hex 92 BF CC 1C 6 0 14 C1 24 45
Octal 222 277 314 34 6 0 24 301 44 105
Binary 10010010 10111111 11001100 11100 110 0 10100 11000001 100100 1000101

Color Harmonies of #92BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BFCC

Black with #92BFCC

Text Example


Text Example

White with #92BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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