#70ABEE

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

Shades of Jordy Blue #70ABEE

Tints of Jordy Blue #70ABEE

Color information

#70ABEE (or 0x70ABEE) is unknown color: approx Jordy Blue. HEX triplet: 70, AB and EE. RGB value is (112,171,238). Sum of RGB (Red+Green+Blue) = 112+171+238=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #70ABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABEE is #8F5411. Grayscale: #A0A0A0. Windows color (decimal): -9393170 or 15641456. OLE color: 15641456.

HSL color Cylindrical-coordinate representation of color #70ABEE: hue angle of 211.9º 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 #70ABEE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112171238-
CMYK0.530.2800.07
HSL211.9º78.75%68.63%-
HSV(B)211.9º52.94%93.33%-
XYZ36.6838.7486.43-
YUV161171.4593.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=21.50%
G=32.82%
B=45.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121712380.530.2800.07211.978.7568.63
Hex70ABEE351C07d44f45
Octal160253356653407324117105
Binary111000010101011111011101101011110001111101010010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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