Html Css Color HEX #91BECE Regent St Blue

📋 copy color: '#91BECE'

red 145 ◦ green 190 ◦ blue 206

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

Shades of Regent St Blue #91BECE

Tints of Regent St Blue #91BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 26.8%
G = 35.12%
B = 38.08%

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

#91BECE (or 0x91BECE) is known color: Regent St Blue. HEX triplet: 91, BE and CE. RGB value is (145,190,206). Sum of RGB (Red+Green+Blue) = 145+190+206=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #91BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BECE is #6E4131. Grayscale: #B2B2B2. Windows color (decimal): -7225650 or 13549201. OLE color: 13549201.

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

Color convert

RGB 145 190 206 -
CMYK 0.30 0.08 0 0.19
HSL 195.74º 0.38% 0.69% -
HSV(B) 195.74º 0.3% 0.81% -
XYZ 41.23 47.3 65.35 -
YUV 178.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 145 190 206 0.30 0.08 0 0.19 195.74 0.38 0.69
Hex 91 BE CE 1E 8 0 13 C4 26 45
Octal 221 276 316 36 10 0 23 304 46 105
Binary 10010001 10111110 11001110 11110 1000 0 10011 11000100 100110 1000101

Color Harmonies of #91BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BECE

Black with #91BECE

Text Example


Text Example

White with #91BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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