Html Css Color HEX #71A1DF Jordy Blue

📋 copy color: '#71A1DF'

red 113 ◦ green 161 ◦ blue 223

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

Shades of Jordy Blue #71A1DF

Tints of Jordy Blue #71A1DF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.39%

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

R = 22.74%
G = 32.39%
B = 44.87%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71A1DF (or 0x71A1DF) is known color: Jordy Blue. HEX triplet: 71, A1 and DF. RGB value is (113,161,223). Sum of RGB (Red+Green+Blue) = 113+161+223=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #71A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A1DF is #8E5E20. Grayscale: #999999. Windows color (decimal): -9330209 or 14655857. OLE color: 14655857.

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

Color convert

RGB 113 161 223 -
CMYK 0.49 0.28 0 0.13
HSL 213.82º 0.63% 0.66% -
HSV(B) 213.82º 0.49% 0.87% -
XYZ 32.87 34.33 74.71 -
YUV 153.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 113 161 223 0.49 0.28 0 0.13 213.82 0.63 0.66
Hex 71 A1 DF 31 1C 0 D D6 3F 42
Octal 161 241 337 61 34 0 15 326 77 102
Binary 1110001 10100001 11011111 110001 11100 0 1101 11010110 111111 1000010

Color Harmonies of #71A1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A1DF

Black with #71A1DF

Text Example


Text Example

White with #71A1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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