Html Css Color HEX #91BEC8 Regent St Blue

📋 copy color: '#91BEC8'

red 145 ◦ green 190 ◦ blue 200

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

Shades of Regent St Blue #91BEC8

Tints of Regent St Blue #91BEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 27.1%
G = 35.51%
B = 37.38%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#91BEC8 (or 0x91BEC8) is known color: Regent St Blue. HEX triplet: 91, BE and C8. RGB value is (145,190,200). Sum of RGB (Red+Green+Blue) = 145+190+200=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #91BEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BEC8 is #6E4137. Grayscale: #B1B1B1. Windows color (decimal): -7225656 or 13155985. OLE color: 13155985.

HSL color Cylindrical-coordinate representation of color #91BEC8: hue angle of 190.91º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91BEC8 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 190 200 -
CMYK 0.28 0.05 0 0.22
HSL 190.91º 0.33% 0.68% -
HSV(B) 190.91º 0.28% 0.78% -
XYZ 40.52 47.02 61.58 -
YUV 177.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 145 190 200 0.28 0.05 0 0.22 190.91 0.33 0.68
Hex 91 BE C8 1C 5 0 16 BF 21 44
Octal 221 276 310 34 5 0 26 277 41 104
Binary 10010001 10111110 11001000 11100 101 0 10110 10111111 100001 1000100

Color Harmonies of #91BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BEC8

Black with #91BEC8

Text Example


Text Example

White with #91BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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