#91CADA

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

Shades of Regent St Blue #91CADA

Tints of Regent St Blue #91CADA

Color information

#91CADA (or 0x91CADA) is unknown color: approx Regent St Blue. HEX triplet: 91, CA and DA. RGB value is (145,202,218). Sum of RGB (Red+Green+Blue) = 145+202+218=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #91CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CADA is #6E3525. Grayscale: #BABABA. Windows color (decimal): -7222566 or 14338705. OLE color: 14338705.

HSL color Cylindrical-coordinate representation of color #91CADA: hue angle of 193.15º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91CADA is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145202218-
CMYK0.330.0700.15
HSL193.15º49.66%71.18%-
HSV(B)193.15º33.49%85.49%-
XYZ45.4553.3274.23-
YUV186.78145.6298.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.66%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=25.66%
G=35.75%
B=38.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452022180.330.0700.15193.1549.6671.18
Hex91CADA2170Fc13247
Octal22131233241701730162107
Binary10010001110010101101101010000111101111110000011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,202,218); }

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

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

 a { background-color: rgb(145,202,218); }

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

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

 span { border-color: rgb(145,202,218); }

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