#71ABEC

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

Shades of Jordy Blue #71ABEC

Tints of Jordy Blue #71ABEC

Color information

#71ABEC (or 0x71ABEC) is unknown color: approx Jordy Blue. HEX triplet: 71, AB and EC. RGB value is (113,171,236). Sum of RGB (Red+Green+Blue) = 113+171+236=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #71ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ABEC is #8E5413. Grayscale: #A0A0A0. Windows color (decimal): -9327636 or 15510385. OLE color: 15510385.

HSL color Cylindrical-coordinate representation of color #71ABEC: hue angle of 211.71º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ABEC is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113171236-
CMYK0.520.2800.07
HSL211.71º76.4%68.43%-
HSV(B)211.71º52.12%92.55%-
XYZ36.5138.6984.9-
YUV161.07170.2893.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.73%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=21.73%
G=32.88%
B=45.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1131712360.520.2800.07211.7176.468.43
Hex71ABEC341C07d44c44
Octal161253354643407324114104
Binary111000110101011111011001101001110001111101010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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