#70A9DB

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

Shades of Jordy Blue #70A9DB

Tints of Jordy Blue #70A9DB

Color information

#70A9DB (or 0x70A9DB) is unknown color: approx Jordy Blue. HEX triplet: 70, A9 and DB. RGB value is (112,169,219). Sum of RGB (Red+Green+Blue) = 112+169+219=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #70A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A9DB is #8F5624. Grayscale: #9D9D9D. Windows color (decimal): -9393701 or 14395760. OLE color: 14395760.

HSL color Cylindrical-coordinate representation of color #70A9DB: hue angle of 208.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A9DB is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112169219-
CMYK0.490.2300.14
HSL208.04º59.78%64.9%-
HSV(B)208.04º48.86%85.88%-
XYZ33.6636.9472.37-
YUV157.66162.6295.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 219 (85.94% from 255) = 43.8%
R=22.4%
G=33.8%
B=43.8%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121692190.490.2300.14208.0459.7864.9
Hex70A9DB31170Ed03c41
Octal160251333612701632074101
Binary111000010101001110110111100011011101110110100001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,219); }

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

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

 a { background-color: rgb(112,169,219); }

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

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

 span { border-color: rgb(112,169,219); }

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