#70A6D6

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

Shades of Jordy Blue #70A6D6

Tints of Jordy Blue #70A6D6

Color information

#70A6D6 (or 0x70A6D6) is unknown color: approx Jordy Blue. HEX triplet: 70, A6 and D6. RGB value is (112,166,214). Sum of RGB (Red+Green+Blue) = 112+166+214=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #70A6D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A6D6 is #8F5929. Grayscale: #9B9B9B. Windows color (decimal): -9394474 or 14067312. OLE color: 14067312.

HSL color Cylindrical-coordinate representation of color #70A6D6: hue angle of 208.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70A6D6 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112166214-
CMYK0.480.2200.16
HSL208.24º55.43%63.92%-
HSV(B)208.24º47.66%83.92%-
XYZ32.4635.5768.77-
YUV155.33161.1197.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.76%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 214 (83.98% from 255) = 43.50%
R=22.76%
G=33.74%
B=43.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121662140.480.2200.16208.2455.4363.92
Hex70A6D63016010d03740
Octal160246326602602032067100
Binary1110000101001101101011011000010110010000110100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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