Html Css Color HEX #71ADD8 Jordy Blue

📋 copy color: '#71ADD8'

red 113 ◦ green 173 ◦ blue 216

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

Shades of Jordy Blue #71ADD8

Tints of Jordy Blue #71ADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 22.51%
G = 34.46%
B = 43.03%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#71ADD8 (or 0x71ADD8) is known color: Jordy Blue. HEX triplet: 71, AD and D8. RGB value is (113,173,216). Sum of RGB (Red+Green+Blue) = 113+173+216=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #71ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADD8 is #8E5227. Grayscale: #9F9F9F. Windows color (decimal): -9327144 or 14200177. OLE color: 14200177.

HSL color Cylindrical-coordinate representation of color #71ADD8: hue angle of 205.05º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71ADD8 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 173 216 -
CMYK 0.48 0.20 0 0.15
HSL 205.05º 0.57% 0.65% -
HSV(B) 205.05º 0.48% 0.85% -
XYZ 34.15 38.36 70.57 -
YUV 159.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 113 173 216 0.48 0.20 0 0.15 205.05 0.57 0.65
Hex 71 AD D8 30 14 0 F CD 39 41
Octal 161 255 330 60 24 0 17 315 71 101
Binary 1110001 10101101 11011000 110000 10100 0 1111 11001101 111001 1000001

Color Harmonies of #71ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ADD8

Black with #71ADD8

Text Example


Text Example

White with #71ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,173,216); }

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

background-color css

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

 a { background-color: rgb(113,173,216); }

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

border-color css

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

 span { border-color: rgb(113,173,216); }

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