#71AFF0

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

Shades of Jordy Blue #71AFF0

Tints of Jordy Blue #71AFF0

Color information

#71AFF0 (or 0x71AFF0) is unknown color: approx Jordy Blue. HEX triplet: 71, AF and F0. RGB value is (113,175,240). Sum of RGB (Red+Green+Blue) = 113+175+240=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #71AFF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AFF0 is #8E500F. Grayscale: #A3A3A3. Windows color (decimal): -9326608 or 15773553. OLE color: 15773553.

HSL color Cylindrical-coordinate representation of color #71AFF0: hue angle of 210.71º 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 #71AFF0 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB113175240-
CMYK0.530.2700.06
HSL210.71º80.89%69.22%-
HSV(B)210.71º52.92%94.12%-
XYZ37.8740.4688.25-
YUV163.87170.9691.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.40%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=21.40%
G=33.14%
B=45.45%

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
Decimal1131752400.530.2700.06210.7180.8969.22
Hex71AFF0351B06d35145
Octal161257360653306323121105
Binary111000110101111111100001101011101101101101001110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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