#70ACDB

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

Shades of Jordy Blue #70ACDB

Tints of Jordy Blue #70ACDB

Color information

#70ACDB (or 0x70ACDB) is unknown color: approx Jordy Blue. HEX triplet: 70, AC and DB. RGB value is (112,172,219). Sum of RGB (Red+Green+Blue) = 112+172+219=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #70ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACDB is #8F5324. Grayscale: #9F9F9F. Windows color (decimal): -9392933 or 14396528. OLE color: 14396528.

HSL color Cylindrical-coordinate representation of color #70ACDB: hue angle of 206.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70ACDB is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112172219-
CMYK0.490.2100.14
HSL206.36º59.78%64.9%-
HSV(B)206.36º48.86%85.88%-
XYZ34.2238.0672.56-
YUV159.42161.6294.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.27%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=22.27%
G=34.19%
B=43.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121722190.490.2100.14206.3659.7864.9
Hex70ACDB31150Ece3c41
Octal160254333612501631674101
Binary111000010101100110110111100011010101110110011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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