#91BED4

Color #91BED4 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #91BED4

Tints of Regent St Blue #91BED4

Color information

#91BED4 (or 0x91BED4) is unknown color: approx Regent St Blue. HEX triplet: 91, BE and D4. RGB value is (145,190,212). Sum of RGB (Red+Green+Blue) = 145+190+212=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #91BED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BED4 is #6E412B. Grayscale: #B2B2B2. Windows color (decimal): -7225644 or 13942417. OLE color: 13942417.

HSL color Cylindrical-coordinate representation of color #91BED4: hue angle of 199.7º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91BED4 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB145190212-
CMYK0.320.1000.17
HSL199.7º43.79%70%-
HSV(B)199.7º31.6%83.14%-
XYZ41.9747.669.26-
YUV179.05146.59103.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.51%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=26.51%
G=34.73%
B=38.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1451902120.320.1000.17199.743.7970
Hex91BED420A011c82c46
Octal221276324401202131054106
Binary1001000110111110110101001000001010010001110010001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #91BED4;
 }
 .AnyTagClassName
 {
   color: #91BED4;
 }
</style>
background-color css

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

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

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

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

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

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