#90CAD5

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

Shades of Regent St Blue #90CAD5

Tints of Regent St Blue #90CAD5

Color information

#90CAD5 (or 0x90CAD5) is unknown color: approx Regent St Blue. HEX triplet: 90, CA and D5. RGB value is (144,202,213). Sum of RGB (Red+Green+Blue) = 144+202+213=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #90CAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CAD5 is #6F352A. Grayscale: #B9B9B9. Windows color (decimal): -7288107 or 14011024. OLE color: 14011024.

HSL color Cylindrical-coordinate representation of color #90CAD5: hue angle of 189.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90CAD5 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144202213-
CMYK0.320.0500.16
HSL189.57º45.1%70%-
HSV(B)189.57º32.39%83.53%-
XYZ44.6352.9770.82-
YUV185.91143.2898.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.76%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 213 (83.59% from 255) = 38.10%
R=25.76%
G=36.14%
B=38.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442022130.320.0500.16189.5745.170
Hex90CAD5205010be2d46
Octal22031232540502027655106
Binary100100001100101011010101100000101010000101111101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,202,213); }

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

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

 a { background-color: rgb(144,202,213); }

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

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

 span { border-color: rgb(144,202,213); }

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