Html Css Color HEX #91C0CF Regent St Blue

📋 copy color: '#91C0CF'

red 145 ◦ green 192 ◦ blue 207

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

Shades of Regent St Blue #91C0CF

Tints of Regent St Blue #91C0CF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.29%

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

R = 26.65%
G = 35.29%
B = 38.05%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91C0CF (or 0x91C0CF) is known color: Regent St Blue. HEX triplet: 91, C0 and CF. RGB value is (145,192,207). Sum of RGB (Red+Green+Blue) = 145+192+207=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #91C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0CF is #6E3F30. Grayscale: #B3B3B3. Windows color (decimal): -7225137 or 13615249. OLE color: 13615249.

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

Color convert

RGB 145 192 207 -
CMYK 0.30 0.07 0 0.19
HSL 194.52º 0.39% 0.69% -
HSV(B) 194.52º 0.3% 0.81% -
XYZ 41.79 48.22 66.14 -
YUV 179.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 145 192 207 0.30 0.07 0 0.19 194.52 0.39 0.69
Hex 91 C0 CF 1E 7 0 13 C3 27 45
Octal 221 300 317 36 7 0 23 303 47 105
Binary 10010001 11000000 11001111 11110 111 0 10011 11000011 100111 1000101

Color Harmonies of #91C0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C0CF

Black with #91C0CF

Text Example


Text Example

White with #91C0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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