#74ABEC

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

Shades of Jordy Blue #74ABEC

Tints of Jordy Blue #74ABEC

Color information

#74ABEC (or 0x74ABEC) is unknown color: approx Jordy Blue. HEX triplet: 74, AB and EC. RGB value is (116,171,236). Sum of RGB (Red+Green+Blue) = 116+171+236=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #74ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ABEC is #8B5413. Grayscale: #A1A1A1. Windows color (decimal): -9131028 or 15510388. OLE color: 15510388.

HSL color Cylindrical-coordinate representation of color #74ABEC: hue angle of 212.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ABEC is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB116171236-
CMYK0.510.2800.07
HSL212.5º75.95%69.02%-
HSV(B)212.5º50.85%92.55%-
XYZ36.9138.8984.92-
YUV161.96169.7895.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.18%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=22.18%
G=32.70%
B=45.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1161712360.510.2800.07212.575.9569.02
Hex74ABEC331C07d44c45
Octal164253354633407324114105
Binary111010010101011111011001100111110001111101010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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