#90C1CD

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

Shades of Regent St Blue #90C1CD

Tints of Regent St Blue #90C1CD

Color information

#90C1CD (or 0x90C1CD) is unknown color: approx Regent St Blue. HEX triplet: 90, C1 and CD. RGB value is (144,193,205). Sum of RGB (Red+Green+Blue) = 144+193+205=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #90C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C1CD is #6F3E32. Grayscale: #B3B3B3. Windows color (decimal): -7290419 or 13484432. OLE color: 13484432.

HSL color Cylindrical-coordinate representation of color #90C1CD: hue angle of 191.8º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90C1CD is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144193205-
CMYK0.300.0600.20
HSL191.8º37.89%68.43%-
HSV(B)191.8º29.76%80.39%-
XYZ41.5948.4864.92-
YUV179.72142.27102.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.57%
GREEN value IS 193 (75.78% from 255) = 35.61%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=26.57%
G=35.61%
B=37.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441932050.300.0600.20191.837.8968.43
Hex90C1CD1E6014c02644
Octal22030131536602430046104
Binary10010000110000011100110111110110010100110000001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,193,205); }

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

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

 a { background-color: rgb(144,193,205); }

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

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

 span { border-color: rgb(144,193,205); }

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