#71ABEB

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

Shades of Jordy Blue #71ABEB

Tints of Jordy Blue #71ABEB

Color information

#71ABEB (or 0x71ABEB) is unknown color: approx Jordy Blue. HEX triplet: 71, AB and EB. RGB value is (113,171,235). Sum of RGB (Red+Green+Blue) = 113+171+235=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #71ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ABEB is #8E5414. Grayscale: #A0A0A0. Windows color (decimal): -9327637 or 15444849. OLE color: 15444849.

HSL color Cylindrical-coordinate representation of color #71ABEB: hue angle of 211.48º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ABEB is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113171235-
CMYK0.520.2700.08
HSL211.48º75.31%68.24%-
HSV(B)211.48º51.91%92.16%-
XYZ36.3738.6384.14-
YUV160.95169.7893.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.77%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 235 (92.19% from 255) = 45.28%
R=21.77%
G=32.95%
B=45.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131712350.520.2700.08211.4875.3168.24
Hex71ABEB341B08d34b44
Octal1612533536433010323113104
Binary1110001101010111110101111010011011010001101001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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