Html Css Color HEX #70AAE6 Jordy Blue

📋 copy color: '#70AAE6'

red 112 ◦ green 170 ◦ blue 230

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

Shades of Jordy Blue #70AAE6

Tints of Jordy Blue #70AAE6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.2%

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 21.88%
G = 33.2%
B = 44.92%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#70AAE6 (or 0x70AAE6) is known color: Jordy Blue. HEX triplet: 70, AA and E6. RGB value is (112,170,230). Sum of RGB (Red+Green+Blue) = 112+170+230=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #70AAE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AAE6 is #8F5519. Grayscale: #9F9F9F. Windows color (decimal): -9393434 or 15116912. OLE color: 15116912.

HSL color Cylindrical-coordinate representation of color #70AAE6: hue angle of 210.51º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70AAE6 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 170 230 -
CMYK 0.51 0.26 0 0.10
HSL 210.51º 0.7% 0.67% -
HSV(B) 210.51º 0.51% 0.9% -
XYZ 35.34 37.91 80.32 -
YUV 159.5 167.78 94.12 -
System Red Green Blue C M Y K H S L
Decimal 112 170 230 0.51 0.26 0 0.10 210.51 0.7 0.67
Hex 70 AA E6 33 1A 0 A D3 46 43
Octal 160 252 346 63 32 0 12 323 106 103
Binary 1110000 10101010 11100110 110011 11010 0 1010 11010011 1000110 1000011

Color Harmonies of #70AAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AAE6

Black with #70AAE6

Text Example


Text Example

White with #70AAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,170,230); }

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

background-color css

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

 a { background-color: rgb(112,170,230); }

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

border-color css

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

 span { border-color: rgb(112,170,230); }

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