Html Css Color HEX #70A6DE Jordy Blue

📋 copy color: '#70A6DE'

red 112 ◦ green 166 ◦ blue 222

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

Shades of Jordy Blue #70A6DE

Tints of Jordy Blue #70A6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 22.4%
G = 33.2%
B = 44.4%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70A6DE (or 0x70A6DE) is known color: Jordy Blue. HEX triplet: 70, A6 and DE. RGB value is (112,166,222). Sum of RGB (Red+Green+Blue) = 112+166+222=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #70A6DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A6DE is #8F5921. Grayscale: #9B9B9B. Windows color (decimal): -9394466 or 14591600. OLE color: 14591600.

HSL color Cylindrical-coordinate representation of color #70A6DE: hue angle of 210.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A6DE is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 166 222 -
CMYK 0.50 0.25 0 0.13
HSL 210.55º 0.63% 0.65% -
HSV(B) 210.55º 0.5% 0.87% -
XYZ 33.5 35.99 74.29 -
YUV 156.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 112 166 222 0.50 0.25 0 0.13 210.55 0.63 0.65
Hex 70 A6 DE 32 19 0 D D3 3E 41
Octal 160 246 336 62 31 0 15 323 76 101
Binary 1110000 10100110 11011110 110010 11001 0 1101 11010011 111110 1000001

Color Harmonies of #70A6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A6DE

Black with #70A6DE

Text Example


Text Example

White with #70A6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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