Html Css Color HEX #91BCCC Regent St Blue

📋 copy color: '#91BCCC'

red 145 ◦ green 188 ◦ blue 204

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

Shades of Regent St Blue #91BCCC

Tints of Regent St Blue #91BCCC

RGB

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

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

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

R = 27%
G = 35.01%
B = 37.99%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#91BCCC (or 0x91BCCC) is known color: Regent St Blue. HEX triplet: 91, BC and CC. RGB value is (145,188,204). Sum of RGB (Red+Green+Blue) = 145+188+204=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #91BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCCC is #6E4333. Grayscale: #B0B0B0. Windows color (decimal): -7226164 or 13417617. OLE color: 13417617.

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

Color convert

RGB 145 188 204 -
CMYK 0.29 0.08 0 0.2
HSL 196.27º 0.37% 0.68% -
HSV(B) 196.27º 0.29% 0.8% -
XYZ 40.56 46.35 63.93 -
YUV 176.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 145 188 204 0.29 0.08 0 0.2 196.27 0.37 0.68
Hex 91 BC CC 1D 8 0 14 C4 25 44
Octal 221 274 314 35 10 0 24 304 45 104
Binary 10010001 10111100 11001100 11101 1000 0 10100 11000100 100101 1000100

Color Harmonies of #91BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BCCC

Black with #91BCCC

Text Example


Text Example

White with #91BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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