Html Css Color HEX #70A6ED Jordy Blue

📋 copy color: '#70A6ED'

red 112 ◦ green 166 ◦ blue 237

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

Shades of Jordy Blue #70A6ED

Tints of Jordy Blue #70A6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 21.75%
G = 32.23%
B = 46.02%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70A6ED (or 0x70A6ED) is known color: Jordy Blue. HEX triplet: 70, A6 and ED. RGB value is (112,166,237). Sum of RGB (Red+Green+Blue) = 112+166+237=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #70A6ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A6ED is #8F5912. Grayscale: #9D9D9D. Windows color (decimal): -9394451 or 15574640. OLE color: 15574640.

HSL color Cylindrical-coordinate representation of color #70A6ED: hue angle of 214.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70A6ED is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 166 237 -
CMYK 0.53 0.30 0 0.07
HSL 214.08º 0.78% 0.68% -
HSV(B) 214.08º 0.53% 0.93% -
XYZ 35.6 36.83 85.35 -
YUV 157.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 112 166 237 0.53 0.30 0 0.07 214.08 0.78 0.68
Hex 70 A6 ED 35 1E 0 7 D6 4E 44
Octal 160 246 355 65 36 0 7 326 116 104
Binary 1110000 10100110 11101101 110101 11110 0 111 11010110 1001110 1000100

Color Harmonies of #70A6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A6ED

Black with #70A6ED

Text Example


Text Example

White with #70A6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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