Html Css Color HEX #71ADDF Jordy Blue

📋 copy color: '#71ADDF'

red 113 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #71ADDF

Tints of Jordy Blue #71ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 22.2%
G = 33.99%
B = 43.81%

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

#71ADDF (or 0x71ADDF) is known color: Jordy Blue. HEX triplet: 71, AD and DF. RGB value is (113,173,223). Sum of RGB (Red+Green+Blue) = 113+173+223=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #71ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADDF is #8E5220. Grayscale: #A0A0A0. Windows color (decimal): -9327137 or 14658929. OLE color: 14658929.

HSL color Cylindrical-coordinate representation of color #71ADDF: hue angle of 207.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71ADDF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 173 223 -
CMYK 0.49 0.22 0 0.13
HSL 207.27º 0.63% 0.66% -
HSV(B) 207.27º 0.49% 0.87% -
XYZ 35.07 38.73 75.44 -
YUV 160.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 113 173 223 0.49 0.22 0 0.13 207.27 0.63 0.66
Hex 71 AD DF 31 16 0 D CF 3F 42
Octal 161 255 337 61 26 0 15 317 77 102
Binary 1110001 10101101 11011111 110001 10110 0 1101 11001111 111111 1000010

Color Harmonies of #71ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ADDF

Black with #71ADDF

Text Example


Text Example

White with #71ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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