#70AAE3

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

Shades of Jordy Blue #70AAE3

Tints of Jordy Blue #70AAE3

Color information

#70AAE3 (or 0x70AAE3) is unknown color: approx Jordy Blue. HEX triplet: 70, AA and E3. RGB value is (112,170,227). Sum of RGB (Red+Green+Blue) = 112+170+227=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #70AAE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AAE3 is #8F551C. Grayscale: #9E9E9E. Windows color (decimal): -9393437 or 14920304. OLE color: 14920304.

HSL color Cylindrical-coordinate representation of color #70AAE3: hue angle of 209.74º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70AAE3 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB112170227-
CMYK0.510.2500.11
HSL209.74º67.25%66.47%-
HSV(B)209.74º50.66%89.02%-
XYZ34.9237.7478.12-
YUV159.16166.2894.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.00%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 227 (89.06% from 255) = 44.60%
R=22.00%
G=33.40%
B=44.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1121702270.510.2500.11209.7467.2566.47
Hex70AAE333190Bd24342
Octal1602523436331013322103102
Binary1110000101010101110001111001111001010111101001010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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