#74ACDD

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

Shades of Jordy Blue #74ACDD

Tints of Jordy Blue #74ACDD

Color information

#74ACDD (or 0x74ACDD) is unknown color: approx Jordy Blue. HEX triplet: 74, AC and DD. RGB value is (116,172,221). Sum of RGB (Red+Green+Blue) = 116+172+221=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #74ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACDD is #8B5322. Grayscale: #A0A0A0. Windows color (decimal): -9130787 or 14527604. OLE color: 14527604.

HSL color Cylindrical-coordinate representation of color #74ACDD: hue angle of 208º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74ACDD is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116172221-
CMYK0.480.2200.13
HSL208º60.69%66.08%-
HSV(B)208º47.51%86.67%-
XYZ35.0138.4473.98-
YUV160.84161.9596.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.79%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=22.79%
G=33.79%
B=43.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161722210.480.2200.1320860.6966.08
Hex74ACDD30160Dd03d42
Octal164254335602601532075102
Binary111010010101100110111011100001011001101110100001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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