#76ACEC

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

Shades of Jordy Blue #76ACEC

Tints of Jordy Blue #76ACEC

Color information

#76ACEC (or 0x76ACEC) is unknown color: approx Jordy Blue. HEX triplet: 76, AC and EC. RGB value is (118,172,236). Sum of RGB (Red+Green+Blue) = 118+172+236=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #76ACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ACEC is #895313. Grayscale: #A2A2A2. Windows color (decimal): -8999700 or 15510646. OLE color: 15510646.

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

Color convert

RGB118172236-
CMYK0.50.2700.07
HSL212.54º75.64%69.41%-
HSV(B)212.54º50%92.55%-
XYZ37.3639.4185-
YUV163.15169.1195.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.43%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=22.43%
G=32.70%
B=44.87%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181722360.50.2700.07212.5475.6469.41
Hex76ACEC321B07d54c45
Octal166254354623307325114105
Binary111011010101100111011001100101101101111101010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76ACEC; }

 p { color: rgb(118,172,236); }

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

<style>
 a { background-color: #76ACEC; }

 a { background-color: rgb(118,172,236); }

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

<style>
 span { border-color: #76ACEC; }

 span { border-color: rgb(118,172,236); }

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