#7FB0F8

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

Shades of Jordy Blue #7FB0F8

Tints of Jordy Blue #7FB0F8

Color information

#7FB0F8 (or 0x7FB0F8) is unknown color: approx Jordy Blue. HEX triplet: 7F, B0 and F8. RGB value is (127,176,248). Sum of RGB (Red+Green+Blue) = 127+176+248=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #7FB0F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FB0F8 is #804F07. Grayscale: #A9A9A9. Windows color (decimal): -8408840 or 16298111. OLE color: 16298111.

HSL color Cylindrical-coordinate representation of color #7FB0F8: hue angle of 215.7º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FB0F8 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB127176248-
CMYK0.490.2900.03
HSL215.7º89.63%73.53%-
HSV(B)215.7º48.79%97.25%-
XYZ41.2242.3494.81-
YUV169.56172.2797.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.05%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 248 (97.27% from 255) = 45.01%
R=23.05%
G=31.94%
B=45.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1271762480.490.2900.03215.789.6373.53
Hex7FB0F8311D03d85a4a
Octal177260370613503330132112
Binary11111111011000011111000110001111010111101100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,176,248); }

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

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

 a { background-color: rgb(127,176,248); }

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

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

 span { border-color: rgb(127,176,248); }

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