#70A9DA

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

Shades of Jordy Blue #70A9DA

Tints of Jordy Blue #70A9DA

Color information

#70A9DA (or 0x70A9DA) is unknown color: approx Jordy Blue. HEX triplet: 70, A9 and DA. RGB value is (112,169,218). Sum of RGB (Red+Green+Blue) = 112+169+218=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #70A9DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A9DA is #8F5625. Grayscale: #9D9D9D. Windows color (decimal): -9393702 or 14330224. OLE color: 14330224.

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

Color convert

RGB112169218-
CMYK0.490.2200.15
HSL207.74º58.89%64.71%-
HSV(B)207.74º48.62%85.49%-
XYZ33.5236.8871.68-
YUV157.54162.1295.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.44%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=22.44%
G=33.87%
B=43.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121692180.490.2200.15207.7458.8964.71
Hex70A9DA31160Fd03b41
Octal160251332612601732073101
Binary111000010101001110110101100011011001111110100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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