#71ADE3

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

Shades of Jordy Blue #71ADE3

Tints of Jordy Blue #71ADE3

Color information

#71ADE3 (or 0x71ADE3) is unknown color: approx Jordy Blue. HEX triplet: 71, AD and E3. RGB value is (113,173,227). Sum of RGB (Red+Green+Blue) = 113+173+227=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #71ADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADE3 is #8E521C. Grayscale: #A0A0A0. Windows color (decimal): -9327133 or 14921073. OLE color: 14921073.

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

Color convert

RGB113173227-
CMYK0.500.2400.11
HSL208.42º67.06%66.67%-
HSV(B)208.42º50.22%89.02%-
XYZ35.6238.9478.31-
YUV161.22165.1293.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.03%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 227 (89.06% from 255) = 44.25%
R=22.03%
G=33.72%
B=44.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1131732270.500.2400.11208.4267.0666.67
Hex71ADE332180Bd04343
Octal1612553436230013320103103
Binary1110001101011011110001111001011000010111101000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,173,227); }

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

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

 a { background-color: rgb(113,173,227); }

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

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

 span { border-color: rgb(113,173,227); }

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