#7FB2F6

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

Shades of Jordy Blue #7FB2F6

Tints of Jordy Blue #7FB2F6

Color information

#7FB2F6 (or 0x7FB2F6) is unknown color: approx Jordy Blue. HEX triplet: 7F, B2 and F6. RGB value is (127,178,246). Sum of RGB (Red+Green+Blue) = 127+178+246=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #7FB2F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FB2F6 is #804D09. Grayscale: #AAAAAA. Windows color (decimal): -8408330 or 16167551. OLE color: 16167551.

HSL color Cylindrical-coordinate representation of color #7FB2F6: hue angle of 214.29º 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 #7FB2F6 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127178246-
CMYK0.480.2800.04
HSL214.29º86.86%73.14%-
HSV(B)214.29º48.37%96.47%-
XYZ41.3143.0193.31-
YUV170.5170.696.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.05%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 246 (96.48% from 255) = 44.65%
R=23.05%
G=32.30%
B=44.65%

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
Decimal1271782460.480.2800.04214.2986.8673.14
Hex7FB2F6301C04d65749
Octal177262366603404326127111
Binary111111110110010111101101100001110001001101011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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