#76ACF7

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

Shades of Jordy Blue #76ACF7

Tints of Jordy Blue #76ACF7

Color information

#76ACF7 (or 0x76ACF7) is unknown color: approx Jordy Blue. HEX triplet: 76, AC and F7. RGB value is (118,172,247). Sum of RGB (Red+Green+Blue) = 118+172+247=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #76ACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ACF7 is #895308. Grayscale: #A4A4A4. Windows color (decimal): -8999689 or 16231542. OLE color: 16231542.

HSL color Cylindrical-coordinate representation of color #76ACF7: hue angle of 214.88º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76ACF7 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118172247-
CMYK0.520.3000.03
HSL214.88º88.97%71.57%-
HSV(B)214.88º52.23%96.86%-
XYZ39.0140.0793.67-
YUV164.4174.6194.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.97%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 247 (96.88% from 255) = 46.00%
R=21.97%
G=32.03%
B=46.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1181722470.520.3000.03214.8888.9771.57
Hex76ACF7341E03d75948
Octal166254367643603327131110
Binary11101101010110011110111110100111100111101011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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