Html Css Color HEX #70ACD8 Jordy Blue

📋 copy color: '#70ACD8'

red 112 ◦ green 172 ◦ blue 216

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

Shades of Jordy Blue #70ACD8

Tints of Jordy Blue #70ACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 22.4%
G = 34.4%
B = 43.2%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70ACD8 (or 0x70ACD8) is known color: Jordy Blue. HEX triplet: 70, AC and D8. RGB value is (112,172,216). Sum of RGB (Red+Green+Blue) = 112+172+216=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #70ACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACD8 is #8F5327. Grayscale: #9E9E9E. Windows color (decimal): -9392936 or 14199920. OLE color: 14199920.

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

Color convert

RGB 112 172 216 -
CMYK 0.48 0.20 0 0.15
HSL 205.38º 0.57% 0.64% -
HSV(B) 205.38º 0.48% 0.85% -
XYZ 33.83 37.91 70.5 -
YUV 159.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 112 172 216 0.48 0.20 0 0.15 205.38 0.57 0.64
Hex 70 AC D8 30 14 0 F CD 39 40
Octal 160 254 330 60 24 0 17 315 71 100
Binary 1110000 10101100 11011000 110000 10100 0 1111 11001101 111001 1000000

Color Harmonies of #70ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACD8

Black with #70ACD8

Text Example


Text Example

White with #70ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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