Html Css Color HEX #91BFD0 Regent St Blue

📋 copy color: '#91BFD0'

red 145 ◦ green 191 ◦ blue 208

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

Shades of Regent St Blue #91BFD0

Tints of Regent St Blue #91BFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 26.65%
G = 35.11%
B = 38.24%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#91BFD0 (or 0x91BFD0) is known color: Regent St Blue. HEX triplet: 91, BF and D0. RGB value is (145,191,208). Sum of RGB (Red+Green+Blue) = 145+191+208=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #91BFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BFD0 is #6E402F. Grayscale: #B3B3B3. Windows color (decimal): -7225392 or 13680529. OLE color: 13680529.

HSL color Cylindrical-coordinate representation of color #91BFD0: hue angle of 196.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91BFD0 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 191 208 -
CMYK 0.30 0.08 0 0.18
HSL 196.19º 0.4% 0.69% -
HSV(B) 196.19º 0.3% 0.82% -
XYZ 41.69 47.84 66.71 -
YUV 179.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 145 191 208 0.30 0.08 0 0.18 196.19 0.4 0.69
Hex 91 BF D0 1E 8 0 12 C4 28 45
Octal 221 277 320 36 10 0 22 304 50 105
Binary 10010001 10111111 11010000 11110 1000 0 10010 11000100 101000 1000101

Color Harmonies of #91BFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BFD0

Black with #91BFD0

Text Example


Text Example

White with #91BFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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