#9AD0E0

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

Shades of Regent St Blue #9AD0E0

Tints of Regent St Blue #9AD0E0

Color information

#9AD0E0 (or 0x9AD0E0) is unknown color: approx Regent St Blue. HEX triplet: 9A, D0 and E0. RGB value is (154,208,224). Sum of RGB (Red+Green+Blue) = 154+208+224=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #9AD0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD0E0 is #652F1F. Grayscale: #C1C1C1. Windows color (decimal): -6631200 or 14733466. OLE color: 14733466.

HSL color Cylindrical-coordinate representation of color #9AD0E0: hue angle of 193.71º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AD0E0 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB154208224-
CMYK0.310.0700.12
HSL193.71º53.03%74.12%-
HSV(B)193.71º31.25%87.84%-
XYZ49.3457.3678.99-
YUV193.68145.1199.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.28%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=26.28%
G=35.49%
B=38.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542082240.310.0700.12193.7153.0374.12
Hex9AD0E01F70Cc2354a
Octal23232034037701430265112
Binary1001101011010000111000001111111101100110000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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