#90CCDC

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

Shades of Regent St Blue #90CCDC

Tints of Regent St Blue #90CCDC

Color information

#90CCDC (or 0x90CCDC) is unknown color: approx Regent St Blue. HEX triplet: 90, CC and DC. RGB value is (144,204,220). Sum of RGB (Red+Green+Blue) = 144+204+220=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #90CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCDC is #6F3323. Grayscale: #BBBBBB. Windows color (decimal): -7287588 or 14470288. OLE color: 14470288.

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

Color convert

RGB144204220-
CMYK0.350.0700.14
HSL192.63º52.05%71.37%-
HSV(B)192.63º34.55%86.27%-
XYZ46.0154.2875.76-
YUV187.88146.1296.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.35%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=25.35%
G=35.92%
B=38.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442042200.350.0700.14192.6352.0571.37
Hex90CCDC2370Ec13447
Octal22031433443701630164107
Binary10010000110011001101110010001111101110110000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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