#90D2DC

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

Shades of Regent St Blue #90D2DC

Tints of Regent St Blue #90D2DC

Color information

#90D2DC (or 0x90D2DC) is unknown color: approx Regent St Blue. HEX triplet: 90, D2 and DC. RGB value is (144,210,220). Sum of RGB (Red+Green+Blue) = 144+210+220=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #90D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D2DC is #6F2D23. Grayscale: #BFBFBF. Windows color (decimal): -7286052 or 14471824. OLE color: 14471824.

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

Color convert

RGB144210220-
CMYK0.350.0500.14
HSL187.89º52.05%71.37%-
HSV(B)187.89º34.55%86.27%-
XYZ47.4757.1976.25-
YUV191.41144.1394.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.09%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=25.09%
G=36.59%
B=38.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442102200.350.0500.14187.8952.0571.37
Hex90D2DC2350Ebc3447
Octal22032233443501627464107
Binary10010000110100101101110010001110101110101111001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,210,220); }

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

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

 a { background-color: rgb(144,210,220); }

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

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

 span { border-color: rgb(144,210,220); }

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