Html Css Color HEX #70ABDC Jordy Blue

📋 copy color: '#70ABDC'

red 112 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #70ABDC

Tints of Jordy Blue #70ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 22.27%
G = 34%
B = 43.74%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70ABDC (or 0x70ABDC) is known color: Jordy Blue. HEX triplet: 70, AB and DC. RGB value is (112,171,220). Sum of RGB (Red+Green+Blue) = 112+171+220=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #70ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABDC is #8F5423. Grayscale: #9E9E9E. Windows color (decimal): -9393188 or 14461808. OLE color: 14461808.

HSL color Cylindrical-coordinate representation of color #70ABDC: hue angle of 207.22º degrees, saturation: 0.61, 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 #70ABDC is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 171 220 -
CMYK 0.49 0.22 0 0.14
HSL 207.22º 0.61% 0.65% -
HSV(B) 207.22º 0.49% 0.86% -
XYZ 34.16 37.74 73.19 -
YUV 158.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 112 171 220 0.49 0.22 0 0.14 207.22 0.61 0.65
Hex 70 AB DC 31 16 0 E CF 3D 41
Octal 160 253 334 61 26 0 16 317 75 101
Binary 1110000 10101011 11011100 110001 10110 0 1110 11001111 111101 1000001

Color Harmonies of #70ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABDC

Black with #70ABDC

Text Example


Text Example

White with #70ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,220); }

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

background-color css

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

 a { background-color: rgb(112,171,220); }

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

border-color css

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

 span { border-color: rgb(112,171,220); }

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