Html Css Color HEX #70ADDF Jordy Blue

📋 copy color: '#70ADDF'

red 112 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #70ADDF

Tints of Jordy Blue #70ADDF

RGB

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

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

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

R = 22.05%
G = 34.06%
B = 43.9%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70ADDF (or 0x70ADDF) is known color: Jordy Blue. HEX triplet: 70, AD and DF. RGB value is (112,173,223). Sum of RGB (Red+Green+Blue) = 112+173+223=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #70ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADDF is #8F5220. Grayscale: #A0A0A0. Windows color (decimal): -9392673 or 14658928. OLE color: 14658928.

HSL color Cylindrical-coordinate representation of color #70ADDF: hue angle of 207.03º 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 #70ADDF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 173 223 -
CMYK 0.50 0.22 0 0.13
HSL 207.03º 0.63% 0.66% -
HSV(B) 207.03º 0.5% 0.87% -
XYZ 34.94 38.66 75.43 -
YUV 160.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 112 173 223 0.50 0.22 0 0.13 207.03 0.63 0.66
Hex 70 AD DF 32 16 0 D CF 3F 42
Octal 160 255 337 62 26 0 15 317 77 102
Binary 1110000 10101101 11011111 110010 10110 0 1101 11001111 111111 1000010

Color Harmonies of #70ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADDF

Black with #70ADDF

Text Example


Text Example

White with #70ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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