#90D0DB

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

Shades of Regent St Blue #90D0DB

Tints of Regent St Blue #90D0DB

Color information

#90D0DB (or 0x90D0DB) is unknown color: approx Regent St Blue. HEX triplet: 90, D0 and DB. RGB value is (144,208,219). Sum of RGB (Red+Green+Blue) = 144+208+219=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 208 (81.64% from 255 or 36.43% 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 #90D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D0DB is #6F2F24. Grayscale: #BEBEBE. Windows color (decimal): -7286565 or 14405776. OLE color: 14405776.

HSL color Cylindrical-coordinate representation of color #90D0DB: hue angle of 188.8º 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 #90D0DB is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144208219-
CMYK0.340.0500.14
HSL188.8º51.02%71.18%-
HSV(B)188.8º34.25%85.88%-
XYZ46.8456.1675.39-
YUV190.12144.395.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.22%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=25.22%
G=36.43%
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
Decimal1442082190.340.0500.14188.851.0271.18
Hex90D0DB2250Ebd3347
Octal22032033342501627563107
Binary10010000110100001101101110001010101110101111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,208,219); }

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

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

 a { background-color: rgb(144,208,219); }

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

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

 span { border-color: rgb(144,208,219); }

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