#7FB1F6

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

Shades of Jordy Blue #7FB1F6

Tints of Jordy Blue #7FB1F6

Color information

#7FB1F6 (or 0x7FB1F6) is unknown color: approx Jordy Blue. HEX triplet: 7F, B1 and F6. RGB value is (127,177,246). Sum of RGB (Red+Green+Blue) = 127+177+246=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #7FB1F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FB1F6 is #804E09. Grayscale: #A9A9A9. Windows color (decimal): -8408586 or 16167295. OLE color: 16167295.

HSL color Cylindrical-coordinate representation of color #7FB1F6: hue angle of 214.79º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FB1F6 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127177246-
CMYK0.480.2800.04
HSL214.79º86.86%73.14%-
HSV(B)214.79º48.37%96.47%-
XYZ41.1142.6193.25-
YUV169.92170.9497.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.09%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 246 (96.48% from 255) = 44.73%
R=23.09%
G=32.18%
B=44.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271772460.480.2800.04214.7986.8673.14
Hex7FB1F6301C04d75749
Octal177261366603404327127111
Binary111111110110001111101101100001110001001101011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FB1F6; }

 p { color: rgb(127,177,246); }

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

<style>
 a { background-color: #7FB1F6; }

 a { background-color: rgb(127,177,246); }

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

<style>
 span { border-color: #7FB1F6; }

 span { border-color: rgb(127,177,246); }

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