#74ABEB

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

Shades of Jordy Blue #74ABEB

Tints of Jordy Blue #74ABEB

Color information

#74ABEB (or 0x74ABEB) is unknown color: approx Jordy Blue. HEX triplet: 74, AB and EB. RGB value is (116,171,235). Sum of RGB (Red+Green+Blue) = 116+171+235=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #74ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ABEB is #8B5414. Grayscale: #A1A1A1. Windows color (decimal): -9131029 or 15444852. OLE color: 15444852.

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

Color convert

RGB116171235-
CMYK0.510.2700.08
HSL212.27º74.84%68.82%-
HSV(B)212.27º50.64%92.16%-
XYZ36.7638.8484.16-
YUV161.85169.2895.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.22%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=22.22%
G=32.76%
B=45.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161712350.510.2700.08212.2774.8468.82
Hex74ABEB331B08d44b45
Octal1642533536333010324113105
Binary1110100101010111110101111001111011010001101010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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