#91CFDB

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

Shades of Regent St Blue #91CFDB

Tints of Regent St Blue #91CFDB

Color information

#91CFDB (or 0x91CFDB) is unknown color: approx Regent St Blue. HEX triplet: 91, CF and DB. RGB value is (145,207,219). Sum of RGB (Red+Green+Blue) = 145+207+219=571 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.39% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #91CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CFDB is #6E3024. Grayscale: #BDBDBD. Windows color (decimal): -7221285 or 14405521. OLE color: 14405521.

HSL color Cylindrical-coordinate representation of color #91CFDB: hue angle of 189.73º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91CFDB is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145207219-
CMYK0.340.0500.14
HSL189.73º50.68%71.37%-
HSV(B)189.73º33.79%85.88%-
XYZ46.7855.7675.32-
YUV189.83144.4696.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.39%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=25.39%
G=36.25%
B=38.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452072190.340.0500.14189.7350.6871.37
Hex91CFDB2250Ebe3347
Octal22131733342501627663107
Binary10010001110011111101101110001010101110101111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,207,219); }

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

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

 a { background-color: rgb(145,207,219); }

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

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

 span { border-color: rgb(145,207,219); }

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