Html Css Color HEX #91BCCF Regent St Blue

📋 copy color: '#91BCCF'

red 145 ◦ green 188 ◦ blue 207

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

Shades of Regent St Blue #91BCCF

Tints of Regent St Blue #91BCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.33%

R = 26.85%
G = 34.81%
B = 38.33%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91BCCF (or 0x91BCCF) is known color: Regent St Blue. HEX triplet: 91, BC and CF. RGB value is (145,188,207). Sum of RGB (Red+Green+Blue) = 145+188+207=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #91BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCCF is #6E4330. Grayscale: #B1B1B1. Windows color (decimal): -7226161 or 13614225. OLE color: 13614225.

HSL color Cylindrical-coordinate representation of color #91BCCF: hue angle of 198.39º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91BCCF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 188 207 -
CMYK 0.30 0.09 0 0.19
HSL 198.39º 0.39% 0.69% -
HSV(B) 198.39º 0.3% 0.81% -
XYZ 40.92 46.49 65.85 -
YUV 177.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 145 188 207 0.30 0.09 0 0.19 198.39 0.39 0.69
Hex 91 BC CF 1E 9 0 13 C6 27 45
Octal 221 274 317 36 11 0 23 306 47 105
Binary 10010001 10111100 11001111 11110 1001 0 10011 11000110 100111 1000101

Color Harmonies of #91BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BCCF

Black with #91BCCF

Text Example


Text Example

White with #91BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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