#71A4CF

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

Shades of Jordy Blue #71A4CF

Tints of Jordy Blue #71A4CF

Color information

#71A4CF (or 0x71A4CF) is unknown color: approx Jordy Blue. HEX triplet: 71, A4 and CF. RGB value is (113,164,207). Sum of RGB (Red+Green+Blue) = 113+164+207=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #71A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A4CF is #8E5B30. Grayscale: #999999. Windows color (decimal): -9329457 or 13608049. OLE color: 13608049.

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

Color convert

RGB113164207-
CMYK0.450.2100.19
HSL207.45º49.47%62.75%-
HSV(B)207.45º45.41%81.18%-
XYZ31.3534.5764.05-
YUV153.65158.199-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.35%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=23.35%
G=33.88%
B=42.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131642070.450.2100.19207.4549.4762.75
Hex71A4CF2D15013cf313f
Octal16124431755250233176177
Binary111000110100100110011111011011010101001111001111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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