Html Css Color HEX #70ACDF Jordy Blue

📋 copy color: '#70ACDF'

red 112 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #70ACDF

Tints of Jordy Blue #70ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 22.09%
G = 33.93%
B = 43.98%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70ACDF (or 0x70ACDF) is known color: Jordy Blue. HEX triplet: 70, AC and DF. RGB value is (112,172,223). Sum of RGB (Red+Green+Blue) = 112+172+223=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #70ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACDF is #8F5320. Grayscale: #9F9F9F. Windows color (decimal): -9392929 or 14658672. OLE color: 14658672.

HSL color Cylindrical-coordinate representation of color #70ACDF: hue angle of 207.57º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70ACDF is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 172 223 -
CMYK 0.50 0.23 0 0.13
HSL 207.57º 0.63% 0.66% -
HSV(B) 207.57º 0.5% 0.87% -
XYZ 34.75 38.28 75.37 -
YUV 159.87 163.62 93.85 -
System Red Green Blue C M Y K H S L
Decimal 112 172 223 0.50 0.23 0 0.13 207.57 0.63 0.66
Hex 70 AC DF 32 17 0 D D0 3F 42
Octal 160 254 337 62 27 0 15 320 77 102
Binary 1110000 10101100 11011111 110010 10111 0 1101 11010000 111111 1000010

Color Harmonies of #70ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACDF

Black with #70ACDF

Text Example


Text Example

White with #70ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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