Html Css Color HEX #70ACDA Jordy Blue

📋 copy color: '#70ACDA'

red 112 ◦ green 172 ◦ blue 218

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

Shades of Jordy Blue #70ACDA

Tints of Jordy Blue #70ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 22.31%
G = 34.26%
B = 43.43%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70ACDA (or 0x70ACDA) is known color: Jordy Blue. HEX triplet: 70, AC and DA. RGB value is (112,172,218). Sum of RGB (Red+Green+Blue) = 112+172+218=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #70ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACDA is #8F5325. Grayscale: #9F9F9F. Windows color (decimal): -9392934 or 14330992. OLE color: 14330992.

HSL color Cylindrical-coordinate representation of color #70ACDA: hue angle of 206.04º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70ACDA is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 172 218 -
CMYK 0.49 0.21 0 0.15
HSL 206.04º 0.59% 0.65% -
HSV(B) 206.04º 0.49% 0.85% -
XYZ 34.09 38.01 71.87 -
YUV 159.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 112 172 218 0.49 0.21 0 0.15 206.04 0.59 0.65
Hex 70 AC DA 31 15 0 F CE 3B 41
Octal 160 254 332 61 25 0 17 316 73 101
Binary 1110000 10101100 11011010 110001 10101 0 1111 11001110 111011 1000001

Color Harmonies of #70ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACDA

Black with #70ACDA

Text Example


Text Example

White with #70ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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