#74ACE6

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

Shades of Jordy Blue #74ACE6

Tints of Jordy Blue #74ACE6

Color information

#74ACE6 (or 0x74ACE6) is unknown color: approx Jordy Blue. HEX triplet: 74, AC and E6. RGB value is (116,172,230). Sum of RGB (Red+Green+Blue) = 116+172+230=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #74ACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ACE6 is #8B5319. Grayscale: #A1A1A1. Windows color (decimal): -9130778 or 15117428. OLE color: 15117428.

HSL color Cylindrical-coordinate representation of color #74ACE6: hue angle of 210.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74ACE6 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB116172230-
CMYK0.500.2500.10
HSL210.53º69.51%67.84%-
HSV(B)210.53º49.57%90.2%-
XYZ36.2438.9380.47-
YUV161.87166.4595.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.39%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 230 (90.23% from 255) = 44.40%
R=22.39%
G=33.20%
B=44.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1161722300.500.2500.10210.5369.5167.84
Hex74ACE632190Ad34644
Octal1642543466231012323106104
Binary1110100101011001110011011001011001010101101001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,172,230); }

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

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

 a { background-color: rgb(116,172,230); }

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

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

 span { border-color: rgb(116,172,230); }

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