#7FB1F2

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

Shades of Jordy Blue #7FB1F2

Tints of Jordy Blue #7FB1F2

Color information

#7FB1F2 (or 0x7FB1F2) is unknown color: approx Jordy Blue. HEX triplet: 7F, B1 and F2. RGB value is (127,177,242). Sum of RGB (Red+Green+Blue) = 127+177+242=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #7FB1F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FB1F2 is #804E0D. Grayscale: #A9A9A9. Windows color (decimal): -8408590 or 15905151. OLE color: 15905151.

HSL color Cylindrical-coordinate representation of color #7FB1F2: hue angle of 213.91º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FB1F2 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB127177242-
CMYK0.480.2700.05
HSL213.91º81.56%72.35%-
HSV(B)213.91º47.52%94.9%-
XYZ40.542.3790.05-
YUV169.46168.9497.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.26%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 242 (94.92% from 255) = 44.32%
R=23.26%
G=32.42%
B=44.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1271772420.480.2700.05213.9181.5672.35
Hex7FB1F2301B05d65248
Octal177261362603305326122110
Binary111111110110001111100101100001101101011101011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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