Html Css Color HEX #71A1CF Jordy Blue

📋 copy color: '#71A1CF'

red 113 ◦ green 161 ◦ blue 207

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

Shades of Jordy Blue #71A1CF

Tints of Jordy Blue #71A1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 23.49%
G = 33.47%
B = 43.04%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71A1CF (or 0x71A1CF) is known color: Jordy Blue. HEX triplet: 71, A1 and CF. RGB value is (113,161,207). Sum of RGB (Red+Green+Blue) = 113+161+207=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #71A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A1CF is #8E5E30. Grayscale: #979797. Windows color (decimal): -9330225 or 13607281. OLE color: 13607281.

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

Color convert

RGB 113 161 207 -
CMYK 0.45 0.22 0 0.19
HSL 209.36º 0.49% 0.63% -
HSV(B) 209.36º 0.45% 0.81% -
XYZ 30.82 33.51 63.87 -
YUV 151.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 113 161 207 0.45 0.22 0 0.19 209.36 0.49 0.63
Hex 71 A1 CF 2D 16 0 13 D1 31 3F
Octal 161 241 317 55 26 0 23 321 61 77
Binary 1110001 10100001 11001111 101101 10110 0 10011 11010001 110001 111111

Color Harmonies of #71A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A1CF

Black with #71A1CF

Text Example


Text Example

White with #71A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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