Html Css Color HEX #70AEDD Jordy Blue

📋 copy color: '#70AEDD'

red 112 ◦ green 174 ◦ blue 221

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

Shades of Jordy Blue #70AEDD

Tints of Jordy Blue #70AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 22.09%
G = 34.32%
B = 43.59%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70AEDD (or 0x70AEDD) is known color: Jordy Blue. HEX triplet: 70, AE and DD. RGB value is (112,174,221). Sum of RGB (Red+Green+Blue) = 112+174+221=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #70AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEDD is #8F5122. Grayscale: #A0A0A0. Windows color (decimal): -9392419 or 14528112. OLE color: 14528112.

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

Color convert

RGB 112 174 221 -
CMYK 0.49 0.21 0 0.13
HSL 205.87º 0.62% 0.65% -
HSV(B) 205.87º 0.49% 0.87% -
XYZ 34.87 38.94 74.08 -
YUV 160.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 112 174 221 0.49 0.21 0 0.13 205.87 0.62 0.65
Hex 70 AE DD 31 15 0 D CE 3E 41
Octal 160 256 335 61 25 0 15 316 76 101
Binary 1110000 10101110 11011101 110001 10101 0 1101 11001110 111110 1000001

Color Harmonies of #70AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEDD

Black with #70AEDD

Text Example


Text Example

White with #70AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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