#90C3D8

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

Shades of Regent St Blue #90C3D8

Tints of Regent St Blue #90C3D8

Color information

#90C3D8 (or 0x90C3D8) is unknown color: approx Regent St Blue. HEX triplet: 90, C3 and D8. RGB value is (144,195,216). Sum of RGB (Red+Green+Blue) = 144+195+216=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #90C3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C3D8 is #6F3C27. Grayscale: #B6B6B6. Windows color (decimal): -7289896 or 14205840. OLE color: 14205840.

HSL color Cylindrical-coordinate representation of color #90C3D8: hue angle of 197.5º degrees, saturation: 0.48, 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 #90C3D8 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144195216-
CMYK0.330.1000.15
HSL197.5º48%70.59%-
HSV(B)197.5º33.33%84.71%-
XYZ43.4149.9272.31-
YUV182.14147.1100.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.95%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 216 (84.77% from 255) = 38.92%
R=25.95%
G=35.14%
B=38.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441952160.330.1000.15197.54870.59
Hex90C3D821A0Fc63047
Octal220303330411201730660107
Binary100100001100001111011000100001101001111110001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,195,216); }

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

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

 a { background-color: rgb(144,195,216); }

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

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

 span { border-color: rgb(144,195,216); }

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