#70abea

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

Shades of Jordy Blue #70ABEA

Tints of Jordy Blue #70ABEA

Color information

#70ABEA (or 0x70ABEA) is unknown color: approx Jordy Blue. HEX triplet: 70, AB and EA. RGB value is (112,171,234). Sum of RGB (Red+Green+Blue) = 112+171+234=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #70ABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABEA is #8F5415. Grayscale: #A0A0A0. Windows color (decimal): -9393174 or 15379312. OLE color: 15379312.

HSL color Cylindrical-coordinate representation of color #70ABEA: hue angle of 210.98º degrees, saturation: 0.74, 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 #70ABEA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112171234-
CMYK0.520.2700.08
HSL210.98º74.39%67.84%-
HSV(B)210.98º52.14%91.76%-
XYZ36.138.5183.37-
YUV160.54169.4593.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.66%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=21.66%
G=33.08%
B=45.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121712340.520.2700.08210.9874.3967.84
Hex70ABEA341B08d34a44
Octal1602533526433010323112104
Binary1110000101010111110101011010011011010001101001110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70abea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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