#91CBD6

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

Shades of Regent St Blue #91CBD6

Tints of Regent St Blue #91CBD6

Color information

#91CBD6 (or 0x91CBD6) is unknown color: approx Regent St Blue. HEX triplet: 91, CB and D6. RGB value is (145,203,214). Sum of RGB (Red+Green+Blue) = 145+203+214=562 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.80% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #91CBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CBD6 is #6E3429. Grayscale: #BABABA. Windows color (decimal): -7222314 or 14076817. OLE color: 14076817.

HSL color Cylindrical-coordinate representation of color #91CBD6: hue angle of 189.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91CBD6 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145203214-
CMYK0.320.0500.16
HSL189.57º45.7%70.39%-
HSV(B)189.57º32.24%83.92%-
XYZ45.1753.5971.58-
YUV186.91143.2898.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.80%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=25.80%
G=36.12%
B=38.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1452032140.320.0500.16189.5745.770.39
Hex91CBD6205010be2e46
Octal22131332640502027656106
Binary100100011100101111010110100000101010000101111101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,203,214); }

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

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

 a { background-color: rgb(145,203,214); }

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

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

 span { border-color: rgb(145,203,214); }

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