Html Css Color HEX #70AEE0 Jordy Blue

📋 copy color: '#70AEE0'

red 112 ◦ green 174 ◦ blue 224

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

Shades of Jordy Blue #70AEE0

Tints of Jordy Blue #70AEE0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.12%

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 21.96%
G = 34.12%
B = 43.92%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#70AEE0 (or 0x70AEE0) is known color: Jordy Blue. HEX triplet: 70, AE and E0. RGB value is (112,174,224). Sum of RGB (Red+Green+Blue) = 112+174+224=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #70AEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEE0 is #8F511F. Grayscale: #A0A0A0. Windows color (decimal): -9392416 or 14724720. OLE color: 14724720.

HSL color Cylindrical-coordinate representation of color #70AEE0: hue angle of 206.79º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70AEE0 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 174 224 -
CMYK 0.50 0.22 0 0.12
HSL 206.79º 0.64% 0.66% -
HSV(B) 206.79º 0.5% 0.88% -
XYZ 35.27 39.1 76.21 -
YUV 161.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 112 174 224 0.50 0.22 0 0.12 206.79 0.64 0.66
Hex 70 AE E0 32 16 0 C CF 40 42
Octal 160 256 340 62 26 0 14 317 100 102
Binary 1110000 10101110 11100000 110010 10110 0 1100 11001111 1000000 1000010

Color Harmonies of #70AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEE0

Black with #70AEE0

Text Example


Text Example

White with #70AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,174,224); }

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

background-color css

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

 a { background-color: rgb(112,174,224); }

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

border-color css

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

 span { border-color: rgb(112,174,224); }

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