Html Css Color HEX #91BECC Regent St Blue

📋 copy color: '#91BECC'

red 145 ◦ green 190 ◦ blue 204

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

Shades of Regent St Blue #91BECC

Tints of Regent St Blue #91BECC

RGB

 RED value IS 145 (57.03% from 255) = 26.9%

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

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

R = 26.9%
G = 35.25%
B = 37.85%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#91BECC (or 0x91BECC) is known color: Regent St Blue. HEX triplet: 91, BE and CC. RGB value is (145,190,204). Sum of RGB (Red+Green+Blue) = 145+190+204=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #91BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BECC is #6E4133. Grayscale: #B2B2B2. Windows color (decimal): -7225652 or 13418129. OLE color: 13418129.

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

Color convert

RGB 145 190 204 -
CMYK 0.29 0.07 0 0.2
HSL 194.24º 0.37% 0.68% -
HSV(B) 194.24º 0.29% 0.8% -
XYZ 40.99 47.21 64.08 -
YUV 178.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 145 190 204 0.29 0.07 0 0.2 194.24 0.37 0.68
Hex 91 BE CC 1D 7 0 14 C2 25 44
Octal 221 276 314 35 7 0 24 302 45 104
Binary 10010001 10111110 11001100 11101 111 0 10100 11000010 100101 1000100

Color Harmonies of #91BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BECC

Black with #91BECC

Text Example


Text Example

White with #91BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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