#90C7D9

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

Shades of Regent St Blue #90C7D9

Tints of Regent St Blue #90C7D9

Color information

#90C7D9 (or 0x90C7D9) is unknown color: approx Regent St Blue. HEX triplet: 90, C7 and D9. RGB value is (144,199,217). Sum of RGB (Red+Green+Blue) = 144+199+217=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #90C7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C7D9 is #6F3826. Grayscale: #B8B8B8. Windows color (decimal): -7288871 or 14272400. OLE color: 14272400.

HSL color Cylindrical-coordinate representation of color #90C7D9: hue angle of 194.79º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90C7D9 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144199217-
CMYK0.340.0800.15
HSL194.79º48.99%70.78%-
HSV(B)194.79º33.64%85.1%-
XYZ44.4551.7973.3-
YUV184.61146.2899.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.71%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=25.71%
G=35.54%
B=38.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441992170.340.0800.15194.7948.9970.78
Hex90C7D92280Fc33147
Octal220307331421001730361107
Binary100100001100011111011001100010100001111110000111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90C7D9; }

 p { color: rgb(144,199,217); }

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

<style>
 a { background-color: #90C7D9; }

 a { background-color: rgb(144,199,217); }

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

<style>
 span { border-color: #90C7D9; }

 span { border-color: rgb(144,199,217); }

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