#70abe2

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

Shades of Jordy Blue #70ABE2

Tints of Jordy Blue #70ABE2

Color information

#70ABE2 (or 0x70ABE2) is unknown color: approx Jordy Blue. HEX triplet: 70, AB and E2. RGB value is (112,171,226). Sum of RGB (Red+Green+Blue) = 112+171+226=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #70ABE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABE2 is #8F541D. Grayscale: #9F9F9F. Windows color (decimal): -9393182 or 14855024. OLE color: 14855024.

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

Color convert

RGB112171226-
CMYK0.500.2400.11
HSL208.95º66.28%66.27%-
HSV(B)208.95º50.44%88.63%-
XYZ34.9738.0677.45-
YUV159.63165.4594.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.00%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 226 (88.67% from 255) = 44.40%
R=22.00%
G=33.60%
B=44.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1121712260.500.2400.11208.9566.2866.27
Hex70ABE232180Bd14242
Octal1602533426230013321102102
Binary1110000101010111110001011001011000010111101000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70abe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,171,226); }

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

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

 a { background-color: rgb(112,171,226); }

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

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

 span { border-color: rgb(112,171,226); }

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