#74ABE0

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

Shades of Jordy Blue #74ABE0

Tints of Jordy Blue #74ABE0

Color information

#74ABE0 (or 0x74ABE0) is unknown color: approx Jordy Blue. HEX triplet: 74, AB and E0. RGB value is (116,171,224). Sum of RGB (Red+Green+Blue) = 116+171+224=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #74ABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABE0 is #8B541F. Grayscale: #A0A0A0. Windows color (decimal): -9131040 or 14723956. OLE color: 14723956.

HSL color Cylindrical-coordinate representation of color #74ABE0: hue angle of 209.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74ABE0 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116171224-
CMYK0.480.2400.12
HSL209.44º63.53%66.67%-
HSV(B)209.44º48.21%87.84%-
XYZ35.2238.2276.04-
YUV160.6163.7896.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.70%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 224 (87.89% from 255) = 43.84%
R=22.70%
G=33.46%
B=43.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161712240.480.2400.12209.4463.5366.67
Hex74ABE030180Cd14043
Octal1642533406030014321100103
Binary1110100101010111110000011000011000011001101000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74ABE0; }

 p { color: rgb(116,171,224); }

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

<style>
 a { background-color: #74ABE0; }

 a { background-color: rgb(116,171,224); }

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

<style>
 span { border-color: #74ABE0; }

 span { border-color: rgb(116,171,224); }

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