#71A8EB

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

Shades of Jordy Blue #71A8EB

Tints of Jordy Blue #71A8EB

Color information

#71A8EB (or 0x71A8EB) is unknown color: approx Jordy Blue. HEX triplet: 71, A8 and EB. RGB value is (113,168,235). Sum of RGB (Red+Green+Blue) = 113+168+235=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #71A8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A8EB is #8E5714. Grayscale: #9E9E9E. Windows color (decimal): -9328405 or 15444081. OLE color: 15444081.

HSL color Cylindrical-coordinate representation of color #71A8EB: hue angle of 212.95º 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 #71A8EB is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113168235-
CMYK0.520.2900.08
HSL212.95º75.31%68.24%-
HSV(B)212.95º51.91%92.16%-
XYZ35.8137.5183.95-
YUV159.19170.7895.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.90%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=21.90%
G=32.56%
B=45.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131682350.520.2900.08212.9575.3168.24
Hex71A8EB341D08d54b44
Octal1612503536435010325113104
Binary1110001101010001110101111010011101010001101010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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