Html Css Color HEX #70ACE9 Jordy Blue

📋 copy color: '#70ACE9'

red 112 ◦ green 172 ◦ blue 233

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

Shades of Jordy Blue #70ACE9

Tints of Jordy Blue #70ACE9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.27%

 BLUE value IS 233 (91.41% from 255) = 45.07%

R = 21.66%
G = 33.27%
B = 45.07%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#70ACE9 (or 0x70ACE9) is known color: Jordy Blue. HEX triplet: 70, AC and E9. RGB value is (112,172,233). Sum of RGB (Red+Green+Blue) = 112+172+233=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #70ACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACE9 is #8F5316. Grayscale: #A0A0A0. Windows color (decimal): -9392919 or 15314032. OLE color: 15314032.

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

Color convert

RGB 112 172 233 -
CMYK 0.52 0.26 0 0.09
HSL 210.25º 0.73% 0.68% -
HSV(B) 210.25º 0.52% 0.91% -
XYZ 36.14 38.83 82.68 -
YUV 161.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 112 172 233 0.52 0.26 0 0.09 210.25 0.73 0.68
Hex 70 AC E9 34 1A 0 9 D2 49 44
Octal 160 254 351 64 32 0 11 322 111 104
Binary 1110000 10101100 11101001 110100 11010 0 1001 11010010 1001001 1000100

Color Harmonies of #70ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACE9

Black with #70ACE9

Text Example


Text Example

White with #70ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,233); }

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

background-color css

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

 a { background-color: rgb(112,172,233); }

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

border-color css

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

 span { border-color: rgb(112,172,233); }

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