Html Css Color HEX #70A6D0 Jordy Blue

📋 copy color: '#70A6D0'

red 112 ◦ green 166 ◦ blue 208

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

Shades of Jordy Blue #70A6D0

Tints of Jordy Blue #70A6D0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 23.05%
G = 34.16%
B = 42.8%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#70A6D0 (or 0x70A6D0) is known color: Jordy Blue. HEX triplet: 70, A6 and D0. RGB value is (112,166,208). Sum of RGB (Red+Green+Blue) = 112+166+208=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #70A6D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A6D0 is #8F592F. Grayscale: #9A9A9A. Windows color (decimal): -9394480 or 13674096. OLE color: 13674096.

HSL color Cylindrical-coordinate representation of color #70A6D0: hue angle of 206.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70A6D0 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 166 208 -
CMYK 0.46 0.20 0 0.18
HSL 206.25º 0.51% 0.63% -
HSV(B) 206.25º 0.46% 0.82% -
XYZ 31.7 35.27 64.81 -
YUV 154.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 112 166 208 0.46 0.20 0 0.18 206.25 0.51 0.63
Hex 70 A6 D0 2E 14 0 12 CE 33 3F
Octal 160 246 320 56 24 0 22 316 63 77
Binary 1110000 10100110 11010000 101110 10100 0 10010 11001110 110011 111111

Color Harmonies of #70A6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A6D0

Black with #70A6D0

Text Example


Text Example

White with #70A6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,166,208); }

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

background-color css

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

 a { background-color: rgb(112,166,208); }

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

border-color css

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

 span { border-color: rgb(112,166,208); }

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