Html Css Color HEX #70ACD9 Jordy Blue

📋 copy color: '#70ACD9'

red 112 ◦ green 172 ◦ blue 217

#70ACD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #70ACD9

Tints of Jordy Blue #70ACD9

RGB

 RED value IS 112 (44.14% from 255) = 22.36%

 GREEN value IS 172 (67.58% from 255) = 34.33%

 BLUE value IS 217 (85.16% from 255) = 43.31%

R = 22.36%
G = 34.33%
B = 43.31%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70ACD9 (or 0x70ACD9) is known color: Jordy Blue. HEX triplet: 70, AC and D9. RGB value is (112,172,217). Sum of RGB (Red+Green+Blue) = 112+172+217=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #70ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACD9 is #8F5326. Grayscale: #9E9E9E. Windows color (decimal): -9392935 or 14265456. OLE color: 14265456.

HSL color Cylindrical-coordinate representation of color #70ACD9: hue angle of 205.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70ACD9 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 172 217 -
CMYK 0.48 0.21 0 0.15
HSL 205.71º 0.58% 0.65% -
HSV(B) 205.71º 0.48% 0.85% -
XYZ 33.96 37.96 71.18 -
YUV 159.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 112 172 217 0.48 0.21 0 0.15 205.71 0.58 0.65
Hex 70 AC D9 30 15 0 F CE 3A 41
Octal 160 254 331 60 25 0 17 316 72 101
Binary 1110000 10101100 11011001 110000 10101 0 1111 11001110 111010 1000001

Color Harmonies of #70ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACD9

Black with #70ACD9

Text Example


Text Example

White with #70ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70ACD9;
 }
 .AnyTagClassName
 {
   color: #70ACD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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