#70ADDC

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

Shades of Jordy Blue #70ADDC

Tints of Jordy Blue #70ADDC

Color information

#70ADDC (or 0x70ADDC) is unknown color: approx Jordy Blue. HEX triplet: 70, AD and DC. RGB value is (112,173,220). Sum of RGB (Red+Green+Blue) = 112+173+220=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #70ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADDC is #8F5223. Grayscale: #9F9F9F. Windows color (decimal): -9392676 or 14462320. OLE color: 14462320.

HSL color Cylindrical-coordinate representation of color #70ADDC: hue angle of 206.11º degrees, saturation: 0.61, 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 #70ADDC is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112173220-
CMYK0.490.2100.14
HSL206.11º60.67%65.1%-
HSV(B)206.11º49.09%86.27%-
XYZ34.5438.573.32-
YUV160.12161.7993.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=22.18%
G=34.26%
B=43.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121732200.490.2100.14206.1160.6765.1
Hex70ADDC31150Ece3d41
Octal160255334612501631675101
Binary111000010101101110111001100011010101110110011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,173,220); }

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

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

 a { background-color: rgb(112,173,220); }

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

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

 span { border-color: rgb(112,173,220); }

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