Html Css Color HEX #70ACDD Jordy Blue

📋 copy color: '#70ACDD'

red 112 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #70ACDD

Tints of Jordy Blue #70ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 22.18%
G = 34.06%
B = 43.76%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70ACDD (or 0x70ACDD) is known color: Jordy Blue. HEX triplet: 70, AC and DD. RGB value is (112,172,221). Sum of RGB (Red+Green+Blue) = 112+172+221=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #70ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACDD is #8F5322. Grayscale: #9F9F9F. Windows color (decimal): -9392931 or 14527600. OLE color: 14527600.

HSL color Cylindrical-coordinate representation of color #70ACDD: hue angle of 206.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70ACDD is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 172 221 -
CMYK 0.49 0.22 0 0.13
HSL 206.97º 0.62% 0.65% -
HSV(B) 206.97º 0.49% 0.87% -
XYZ 34.49 38.17 73.96 -
YUV 159.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 112 172 221 0.49 0.22 0 0.13 206.97 0.62 0.65
Hex 70 AC DD 31 16 0 D CF 3E 41
Octal 160 254 335 61 26 0 15 317 76 101
Binary 1110000 10101100 11011101 110001 10110 0 1101 11001111 111110 1000001

Color Harmonies of #70ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACDD

Black with #70ACDD

Text Example


Text Example

White with #70ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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