#71ABE2

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

Shades of Jordy Blue #71ABE2

Tints of Jordy Blue #71ABE2

Color information

#71ABE2 (or 0x71ABE2) is unknown color: approx Jordy Blue. HEX triplet: 71, AB and E2. RGB value is (113,171,226). Sum of RGB (Red+Green+Blue) = 113+171+226=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #71ABE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABE2 is #8E541D. Grayscale: #9F9F9F. Windows color (decimal): -9327646 or 14855025. OLE color: 14855025.

HSL color Cylindrical-coordinate representation of color #71ABE2: hue angle of 209.2º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71ABE2 is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB113171226-
CMYK0.50.2400.11
HSL209.2º66.08%66.47%-
HSV(B)209.2º50%88.63%-
XYZ35.138.1377.46-
YUV159.93165.2894.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.16%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 226 (88.67% from 255) = 44.31%
R=22.16%
G=33.53%
B=44.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1131712260.50.2400.11209.266.0866.47
Hex71ABE232180Bd14242
Octal1612533426230013321102102
Binary1110001101010111110001011001011000010111101000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,171,226); }

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

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

 a { background-color: rgb(113,171,226); }

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

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

 span { border-color: rgb(113,171,226); }

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