Html Css Color HEX #70ADD8 Jordy Blue

📋 copy color: '#70ADD8'

red 112 ◦ green 173 ◦ blue 216

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

Shades of Jordy Blue #70ADD8

Tints of Jordy Blue #70ADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

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

R = 22.36%
G = 34.53%
B = 43.11%

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

#70ADD8 (or 0x70ADD8) is known color: Jordy Blue. HEX triplet: 70, AD and D8. RGB value is (112,173,216). Sum of RGB (Red+Green+Blue) = 112+173+216=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #70ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADD8 is #8F5227. Grayscale: #9F9F9F. Windows color (decimal): -9392680 or 14200176. OLE color: 14200176.

HSL color Cylindrical-coordinate representation of color #70ADD8: hue angle of 204.81º 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 #70ADD8 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 173 216 -
CMYK 0.48 0.20 0 0.15
HSL 204.81º 0.57% 0.64% -
HSV(B) 204.81º 0.48% 0.85% -
XYZ 34.02 38.29 70.56 -
YUV 159.66 159.79 94 -
System Red Green Blue C M Y K H S L
Decimal 112 173 216 0.48 0.20 0 0.15 204.81 0.57 0.64
Hex 70 AD D8 30 14 0 F CD 39 40
Octal 160 255 330 60 24 0 17 315 71 100
Binary 1110000 10101101 11011000 110000 10100 0 1111 11001101 111001 1000000

Color Harmonies of #70ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADD8

Black with #70ADD8

Text Example


Text Example

White with #70ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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