#70ADEB

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

Shades of Jordy Blue #70ADEB

Tints of Jordy Blue #70ADEB

Color information

#70ADEB (or 0x70ADEB) is unknown color: approx Jordy Blue. HEX triplet: 70, AD and EB. RGB value is (112,173,235). Sum of RGB (Red+Green+Blue) = 112+173+235=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #70ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADEB is #8F5214. Grayscale: #A1A1A1. Windows color (decimal): -9392661 or 15445360. OLE color: 15445360.

HSL color Cylindrical-coordinate representation of color #70ADEB: hue angle of 210.24º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70ADEB is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112173235-
CMYK0.520.2600.08
HSL210.24º75.46%68.04%-
HSV(B)210.24º52.34%92.16%-
XYZ36.6239.3384.26-
YUV161.83169.2992.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.54%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 235 (92.19% from 255) = 45.19%
R=21.54%
G=33.27%
B=45.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121732350.520.2600.08210.2475.4668.04
Hex70ADEB341A08d24b44
Octal1602553536432010322113104
Binary1110000101011011110101111010011010010001101001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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