#90CDDA

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

Shades of Regent St Blue #90CDDA

Tints of Regent St Blue #90CDDA

Color information

#90CDDA (or 0x90CDDA) is unknown color: approx Regent St Blue. HEX triplet: 90, CD and DA. RGB value is (144,205,218). Sum of RGB (Red+Green+Blue) = 144+205+218=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #90CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDDA is #6F3225. Grayscale: #BCBCBC. Windows color (decimal): -7287334 or 14339472. OLE color: 14339472.

HSL color Cylindrical-coordinate representation of color #90CDDA: hue angle of 190.54º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90CDDA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144205218-
CMYK0.340.0600.15
HSL190.54º50%70.98%-
HSV(B)190.54º33.94%85.49%-
XYZ45.9954.6574.46-
YUV188.24144.7996.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.40%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=25.40%
G=36.16%
B=38.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442052180.340.0600.15190.545070.98
Hex90CDDA2260Fbf3247
Octal22031533242601727762107
Binary10010000110011011101101010001011001111101111111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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