Html Css Color HEX #71AADC Jordy Blue

📋 copy color: '#71AADC'

red 113 ◦ green 170 ◦ blue 220

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

Shades of Jordy Blue #71AADC

Tints of Jordy Blue #71AADC

RGB

 RED value IS 113 (44.53% from 255) = 22.47%

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 22.47%
G = 33.8%
B = 43.74%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71AADC (or 0x71AADC) is known color: Jordy Blue. HEX triplet: 71, AA and DC. RGB value is (113,170,220). Sum of RGB (Red+Green+Blue) = 113+170+220=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #71AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AADC is #8E5523. Grayscale: #9E9E9E. Windows color (decimal): -9327908 or 14461553. OLE color: 14461553.

HSL color Cylindrical-coordinate representation of color #71AADC: hue angle of 208.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71AADC is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 170 220 -
CMYK 0.49 0.23 0 0.14
HSL 208.04º 0.6% 0.65% -
HSV(B) 208.04º 0.49% 0.86% -
XYZ 34.1 37.43 73.14 -
YUV 158.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 113 170 220 0.49 0.23 0 0.14 208.04 0.6 0.65
Hex 71 AA DC 31 17 0 E D0 3C 41
Octal 161 252 334 61 27 0 16 320 74 101
Binary 1110001 10101010 11011100 110001 10111 0 1110 11010000 111100 1000001

Color Harmonies of #71AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AADC

Black with #71AADC

Text Example


Text Example

White with #71AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AADC; }

 p { color: rgb(113,170,220); }

 H1.HeaderClassName
 {
   color: #71AADC;
 }
 .AnyTagClassName
 {
   color: #71AADC;
 }
</style>

background-color css

<style>
 a { background-color: #71AADC; }

 a { background-color: rgb(113,170,220); }

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

border-color css

<style>
 span { border-color: #71AADC; }

 span { border-color: rgb(113,170,220); }

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