#70AAD9

Color #70AAD9 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #70AAD9

Tints of Jordy Blue #70AAD9

Color information

#70AAD9 (or 0x70AAD9) is unknown color: approx Jordy Blue. HEX triplet: 70, AA and D9. RGB value is (112,170,217). Sum of RGB (Red+Green+Blue) = 112+170+217=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #70AAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AAD9 is #8F5526. Grayscale: #9D9D9D. Windows color (decimal): -9393447 or 14264944. OLE color: 14264944.

HSL color Cylindrical-coordinate representation of color #70AAD9: hue angle of 206.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70AAD9 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112170217-
CMYK0.480.2200.15
HSL206.86º58.01%64.51%-
HSV(B)206.86º48.39%85.1%-
XYZ33.5837.271.06-
YUV158.02161.2895.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.44%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=22.44%
G=34.07%
B=43.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121702170.480.2200.15206.8658.0164.51
Hex70AAD930160Fcf3a41
Octal160252331602601731772101
Binary111000010101010110110011100001011001111110011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70AAD9; }

 p { color: rgb(112,170,217); }

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

<style>
 a { background-color: #70AAD9; }

 a { background-color: rgb(112,170,217); }

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

<style>
 span { border-color: #70AAD9; }

 span { border-color: rgb(112,170,217); }

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