#70ACEC

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

Shades of Jordy Blue #70ACEC

Tints of Jordy Blue #70ACEC

Color information

#70ACEC (or 0x70ACEC) is unknown color: approx Jordy Blue. HEX triplet: 70, AC and EC. RGB value is (112,172,236). Sum of RGB (Red+Green+Blue) = 112+172+236=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #70ACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACEC is #8F5313. Grayscale: #A1A1A1. Windows color (decimal): -9392916 or 15510640. OLE color: 15510640.

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

Color convert

RGB112172236-
CMYK0.530.2700.07
HSL210.97º76.54%68.24%-
HSV(B)210.97º52.54%92.55%-
XYZ36.5739.0184.96-
YUV161.36170.1292.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.54%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=21.54%
G=33.08%
B=45.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121722360.530.2700.07210.9776.5468.24
Hex70ACEC351B07d34d44
Octal160254354653307323115104
Binary111000010101100111011001101011101101111101001110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,172,236); }

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

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

 a { background-color: rgb(112,172,236); }

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

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

 span { border-color: rgb(112,172,236); }

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