#74AEDD

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

Shades of Jordy Blue #74AEDD

Tints of Jordy Blue #74AEDD

Color information

#74AEDD (or 0x74AEDD) is unknown color: approx Jordy Blue. HEX triplet: 74, AE and DD. RGB value is (116,174,221). Sum of RGB (Red+Green+Blue) = 116+174+221=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #74AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AEDD is #8B5122. Grayscale: #A1A1A1. Windows color (decimal): -9130275 or 14528116. OLE color: 14528116.

HSL color Cylindrical-coordinate representation of color #74AEDD: hue angle of 206.86º 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 #74AEDD is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116174221-
CMYK0.480.2100.13
HSL206.86º60.69%66.08%-
HSV(B)206.86º47.51%86.67%-
XYZ35.3939.2174.11-
YUV162.02161.2895.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.70%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=22.70%
G=34.05%
B=43.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161742210.480.2100.13206.8660.6966.08
Hex74AEDD30150Dcf3d42
Octal164256335602501531775102
Binary111010010101110110111011100001010101101110011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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