#70AAEE

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

Shades of Jordy Blue #70AAEE

Tints of Jordy Blue #70AAEE

Color information

#70AAEE (or 0x70AAEE) is unknown color: approx Jordy Blue. HEX triplet: 70, AA and EE. RGB value is (112,170,238). Sum of RGB (Red+Green+Blue) = 112+170+238=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #70AAEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AAEE is #8F5511. Grayscale: #A0A0A0. Windows color (decimal): -9393426 or 15641200. OLE color: 15641200.

HSL color Cylindrical-coordinate representation of color #70AAEE: hue angle of 212.38º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70AAEE is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112170238-
CMYK0.530.2900.07
HSL212.38º78.75%68.63%-
HSV(B)212.38º52.94%93.33%-
XYZ36.4938.3786.37-
YUV160.41171.7893.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.54%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 238 (93.36% from 255) = 45.77%
R=21.54%
G=32.69%
B=45.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121702380.530.2900.07212.3878.7568.63
Hex70AAEE351D07d44f45
Octal160252356653507324117105
Binary111000010101010111011101101011110101111101010010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,170,238); }

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

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

 a { background-color: rgb(112,170,238); }

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

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

 span { border-color: rgb(112,170,238); }

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