Html Css Color HEX #70ADDB Jordy Blue

📋 copy color: '#70ADDB'

red 112 ◦ green 173 ◦ blue 219

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

Shades of Jordy Blue #70ADDB

Tints of Jordy Blue #70ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 22.22%
G = 34.33%
B = 43.45%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70ADDB (or 0x70ADDB) is known color: Jordy Blue. HEX triplet: 70, AD and DB. RGB value is (112,173,219). Sum of RGB (Red+Green+Blue) = 112+173+219=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #70ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADDB is #8F5224. Grayscale: #9F9F9F. Windows color (decimal): -9392677 or 14396784. OLE color: 14396784.

HSL color Cylindrical-coordinate representation of color #70ADDB: hue angle of 205.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70ADDB is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 173 219 -
CMYK 0.49 0.21 0 0.14
HSL 205.79º 0.6% 0.65% -
HSV(B) 205.79º 0.49% 0.86% -
XYZ 34.41 38.45 72.63 -
YUV 160.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 112 173 219 0.49 0.21 0 0.14 205.79 0.6 0.65
Hex 70 AD DB 31 15 0 E CE 3C 41
Octal 160 255 333 61 25 0 16 316 74 101
Binary 1110000 10101101 11011011 110001 10101 0 1110 11001110 111100 1000001

Color Harmonies of #70ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADDB

Black with #70ADDB

Text Example


Text Example

White with #70ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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