#9AD0DC

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

Shades of Regent St Blue #9AD0DC

Tints of Regent St Blue #9AD0DC

Color information

#9AD0DC (or 0x9AD0DC) is unknown color: approx Regent St Blue. HEX triplet: 9A, D0 and DC. RGB value is (154,208,220). Sum of RGB (Red+Green+Blue) = 154+208+220=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AD0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD0DC is #652F23. Grayscale: #C1C1C1. Windows color (decimal): -6631204 or 14471322. OLE color: 14471322.

HSL color Cylindrical-coordinate representation of color #9AD0DC: hue angle of 190.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AD0DC is Cyan = 0.3, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154208220-
CMYK0.30.0500.14
HSL190.91º48.53%73.33%-
HSV(B)190.91º30%86.27%-
XYZ48.857.1576.17-
YUV193.22143.11100.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.46%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=26.46%
G=35.74%
B=37.80%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542082200.30.0500.14190.9148.5373.33
Hex9AD0DC1E50Ebf3149
Octal23232033436501627761111
Binary1001101011010000110111001111010101110101111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AD0DC; }

 p { color: rgb(154,208,220); }

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

<style>
 a { background-color: #9AD0DC; }

 a { background-color: rgb(154,208,220); }

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

<style>
 span { border-color: #9AD0DC; }

 span { border-color: rgb(154,208,220); }

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