Html Css Color HEX #70A6CF Jordy Blue

📋 copy color: '#70A6CF'

red 112 ◦ green 166 ◦ blue 207

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

Shades of Jordy Blue #70A6CF

Tints of Jordy Blue #70A6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 23.09%
G = 34.23%
B = 42.68%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70A6CF (or 0x70A6CF) is known color: Jordy Blue. HEX triplet: 70, A6 and CF. RGB value is (112,166,207). Sum of RGB (Red+Green+Blue) = 112+166+207=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #70A6CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A6CF is #8F5930. Grayscale: #9A9A9A. Windows color (decimal): -9394481 or 13608560. OLE color: 13608560.

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

Color convert

RGB 112 166 207 -
CMYK 0.46 0.20 0 0.19
HSL 205.89º 0.5% 0.63% -
HSV(B) 205.89º 0.46% 0.81% -
XYZ 31.58 35.22 64.17 -
YUV 154.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 112 166 207 0.46 0.20 0 0.19 205.89 0.5 0.63
Hex 70 A6 CF 2E 14 0 13 CE 32 3F
Octal 160 246 317 56 24 0 23 316 62 77
Binary 1110000 10100110 11001111 101110 10100 0 10011 11001110 110010 111111

Color Harmonies of #70A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A6CF

Black with #70A6CF

Text Example


Text Example

White with #70A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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