Html Css Color HEX #70ABDA Jordy Blue

📋 copy color: '#70ABDA'

red 112 ◦ green 171 ◦ blue 218

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

Shades of Jordy Blue #70ABDA

Tints of Jordy Blue #70ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 22.36%
G = 34.13%
B = 43.51%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70ABDA (or 0x70ABDA) is known color: Jordy Blue. HEX triplet: 70, AB and DA. RGB value is (112,171,218). Sum of RGB (Red+Green+Blue) = 112+171+218=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #70ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABDA is #8F5425. Grayscale: #9E9E9E. Windows color (decimal): -9393190 or 14330736. OLE color: 14330736.

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

Color convert

RGB 112 171 218 -
CMYK 0.49 0.22 0 0.15
HSL 206.6º 0.59% 0.65% -
HSV(B) 206.6º 0.49% 0.85% -
XYZ 33.9 37.63 71.81 -
YUV 158.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 112 171 218 0.49 0.22 0 0.15 206.6 0.59 0.65
Hex 70 AB DA 31 16 0 F CF 3B 41
Octal 160 253 332 61 26 0 17 317 73 101
Binary 1110000 10101011 11011010 110001 10110 0 1111 11001111 111011 1000001

Color Harmonies of #70ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABDA

Black with #70ABDA

Text Example


Text Example

White with #70ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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