#71B0F0

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

Shades of Jordy Blue #71B0F0

Tints of Jordy Blue #71B0F0

Color information

#71B0F0 (or 0x71B0F0) is unknown color: approx Jordy Blue. HEX triplet: 71, B0 and F0. RGB value is (113,176,240). Sum of RGB (Red+Green+Blue) = 113+176+240=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #71B0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B0F0 is #8E4F0F. Grayscale: #A4A4A4. Windows color (decimal): -9326352 or 15773809. OLE color: 15773809.

HSL color Cylindrical-coordinate representation of color #71B0F0: hue angle of 210.24º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71B0F0 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB113176240-
CMYK0.530.2700.06
HSL210.24º80.89%69.22%-
HSV(B)210.24º52.92%94.12%-
XYZ38.0640.8588.32-
YUV164.46170.6391.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.36%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 240 (94.14% from 255) = 45.37%
R=21.36%
G=33.27%
B=45.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1131762400.530.2700.06210.2480.8969.22
Hex71B0F0351B06d25145
Octal161260360653306322121105
Binary111000110110000111100001101011101101101101001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,176,240); }

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

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

 a { background-color: rgb(113,176,240); }

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

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

 span { border-color: rgb(113,176,240); }

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