#71A5CF

Color #71A5CF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #71A5CF

Tints of Jordy Blue #71A5CF

Color information

#71A5CF (or 0x71A5CF) is unknown color: approx Jordy Blue. HEX triplet: 71, A5 and CF. RGB value is (113,165,207). Sum of RGB (Red+Green+Blue) = 113+165+207=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #71A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A5CF is #8E5A30. Grayscale: #9A9A9A. Windows color (decimal): -9329201 or 13608305. OLE color: 13608305.

HSL color Cylindrical-coordinate representation of color #71A5CF: hue angle of 206.81º 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 #71A5CF is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113165207-
CMYK0.450.2000.19
HSL206.81º49.47%62.75%-
HSV(B)206.81º45.41%81.18%-
XYZ31.5334.9364.11-
YUV154.24157.7798.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.30%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=23.30%
G=34.02%
B=42.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131652070.450.2000.19206.8149.4762.75
Hex71A5CF2D14013cf313f
Octal16124531755240233176177
Binary111000110100101110011111011011010001001111001111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71A5CF;
 }
 .AnyTagClassName
 {
   color: #71A5CF;
 }
</style>
background-color css

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

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

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

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

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

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