Html Css Color HEX #70ADEA Jordy Blue

📋 copy color: '#70ADEA'

red 112 ◦ green 173 ◦ blue 234

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

Shades of Jordy Blue #70ADEA

Tints of Jordy Blue #70ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 21.58%
G = 33.33%
B = 45.09%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70ADEA (or 0x70ADEA) is known color: Jordy Blue. HEX triplet: 70, AD and EA. RGB value is (112,173,234). Sum of RGB (Red+Green+Blue) = 112+173+234=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #70ADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADEA is #8F5215. Grayscale: #A1A1A1. Windows color (decimal): -9392662 or 15379824. OLE color: 15379824.

HSL color Cylindrical-coordinate representation of color #70ADEA: hue angle of 210º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70ADEA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 173 234 -
CMYK 0.52 0.26 0 0.08
HSL 210º 0.74% 0.68% -
HSV(B) 210º 0.52% 0.92% -
XYZ 36.48 39.27 83.5 -
YUV 161.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 112 173 234 0.52 0.26 0 0.08 210 0.74 0.68
Hex 70 AD EA 34 1A 0 8 D2 4A 44
Octal 160 255 352 64 32 0 10 322 112 104
Binary 1110000 10101101 11101010 110100 11010 0 1000 11010010 1001010 1000100

Color Harmonies of #70ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADEA

Black with #70ADEA

Text Example


Text Example

White with #70ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,234); }

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

background-color css

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

 a { background-color: rgb(112,173,234); }

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

border-color css

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

 span { border-color: rgb(112,173,234); }

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