#70A6D4

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

Shades of Jordy Blue #70A6D4

Tints of Jordy Blue #70A6D4

Color information

#70A6D4 (or 0x70A6D4) is unknown color: approx Jordy Blue. HEX triplet: 70, A6 and D4. RGB value is (112,166,212). Sum of RGB (Red+Green+Blue) = 112+166+212=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #70A6D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A6D4 is #8F592B. Grayscale: #9A9A9A. Windows color (decimal): -9394476 or 13936240. OLE color: 13936240.

HSL color Cylindrical-coordinate representation of color #70A6D4: hue angle of 207.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70A6D4 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB112166212-
CMYK0.470.2200.17
HSL207.6º53.76%63.53%-
HSV(B)207.6º47.17%83.14%-
XYZ32.235.4767.44-
YUV155.1160.1197.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.86%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 212 (83.20% from 255) = 43.27%
R=22.86%
G=33.88%
B=43.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1121662120.470.2200.17207.653.7663.53
Hex70A6D42F16011d03640
Octal160246324572602132066100
Binary1110000101001101101010010111110110010001110100001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,166,212); }

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

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

 a { background-color: rgb(112,166,212); }

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

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

 span { border-color: rgb(112,166,212); }

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