Html Css Color HEX #91BFCF Regent St Blue

📋 copy color: '#91BFCF'

red 145 ◦ green 191 ◦ blue 207

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

Shades of Regent St Blue #91BFCF

Tints of Regent St Blue #91BFCF

RGB

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

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

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

R = 26.7%
G = 35.17%
B = 38.12%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91BFCF (or 0x91BFCF) is known color: Regent St Blue. HEX triplet: 91, BF and CF. RGB value is (145,191,207). Sum of RGB (Red+Green+Blue) = 145+191+207=543 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.70% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #91BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BFCF is #6E4030. Grayscale: #B2B2B2. Windows color (decimal): -7225393 or 13614993. OLE color: 13614993.

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

Color convert

RGB 145 191 207 -
CMYK 0.30 0.08 0 0.19
HSL 195.48º 0.39% 0.69% -
HSV(B) 195.48º 0.3% 0.81% -
XYZ 41.57 47.79 66.06 -
YUV 179.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 145 191 207 0.30 0.08 0 0.19 195.48 0.39 0.69
Hex 91 BF CF 1E 8 0 13 C3 27 45
Octal 221 277 317 36 10 0 23 303 47 105
Binary 10010001 10111111 11001111 11110 1000 0 10011 11000011 100111 1000101

Color Harmonies of #91BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BFCF

Black with #91BFCF

Text Example


Text Example

White with #91BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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