#71B0E0

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

Shades of Jordy Blue #71B0E0

Tints of Jordy Blue #71B0E0

Color information

#71B0E0 (or 0x71B0E0) is unknown color: approx Jordy Blue. HEX triplet: 71, B0 and E0. RGB value is (113,176,224). Sum of RGB (Red+Green+Blue) = 113+176+224=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #71B0E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0E0 is #8E4F1F. Grayscale: #A2A2A2. Windows color (decimal): -9326368 or 14725233. OLE color: 14725233.

HSL color Cylindrical-coordinate representation of color #71B0E0: hue angle of 205.95º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71B0E0 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113176224-
CMYK0.500.2100.12
HSL205.95º64.16%66.08%-
HSV(B)205.95º49.55%87.84%-
XYZ35.7939.9476.34-
YUV162.64162.6392.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.03%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=22.03%
G=34.31%
B=43.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131762240.500.2100.12205.9564.1666.08
Hex71B0E032150Cce4042
Octal1612603406225014316100102
Binary1110001101100001110000011001010101011001100111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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