#71A8D7

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

Shades of Jordy Blue #71A8D7

Tints of Jordy Blue #71A8D7

Color information

#71A8D7 (or 0x71A8D7) is unknown color: approx Jordy Blue. HEX triplet: 71, A8 and D7. RGB value is (113,168,215). Sum of RGB (Red+Green+Blue) = 113+168+215=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #71A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8D7 is #8E5728. Grayscale: #9C9C9C. Windows color (decimal): -9328425 or 14133361. OLE color: 14133361.

HSL color Cylindrical-coordinate representation of color #71A8D7: hue angle of 207.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71A8D7 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB113168215-
CMYK0.470.2200.16
HSL207.65º56.04%64.31%-
HSV(B)207.65º47.44%84.31%-
XYZ33.0836.4269.58-
YUV156.91160.7896.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.78%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 215 (84.38% from 255) = 43.35%
R=22.78%
G=33.87%
B=43.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131682150.470.2200.16207.6556.0464.31
Hex71A8D72F16010d03840
Octal161250327572602032070100
Binary1110001101010001101011110111110110010000110100001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,168,215); }

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

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

 a { background-color: rgb(113,168,215); }

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

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

 span { border-color: rgb(113,168,215); }

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