Html Css Color HEX #71ADDD Jordy Blue

📋 copy color: '#71ADDD'

red 113 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #71ADDD

Tints of Jordy Blue #71ADDD

RGB

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

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

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

R = 22.29%
G = 34.12%
B = 43.59%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71ADDD (or 0x71ADDD) is known color: Jordy Blue. HEX triplet: 71, AD and DD. RGB value is (113,173,221). Sum of RGB (Red+Green+Blue) = 113+173+221=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 173 (67.97% from 255 or 34.12% 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 #71ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADDD is #8E5222. Grayscale: #A0A0A0. Windows color (decimal): -9327139 or 14527857. OLE color: 14527857.

HSL color Cylindrical-coordinate representation of color #71ADDD: hue angle of 206.67º degrees, saturation: 0.61, 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 #71ADDD is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 173 221 -
CMYK 0.49 0.22 0 0.13
HSL 206.67º 0.61% 0.65% -
HSV(B) 206.67º 0.49% 0.87% -
XYZ 34.8 38.62 74.03 -
YUV 160.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 113 173 221 0.49 0.22 0 0.13 206.67 0.61 0.65
Hex 71 AD DD 31 16 0 D CF 3D 41
Octal 161 255 335 61 26 0 15 317 75 101
Binary 1110001 10101101 11011101 110001 10110 0 1101 11001111 111101 1000001

Color Harmonies of #71ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ADDD

Black with #71ADDD

Text Example


Text Example

White with #71ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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