#7FB3E7

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

Shades of Jordy Blue #7FB3E7

Tints of Jordy Blue #7FB3E7

Color information

#7FB3E7 (or 0x7FB3E7) is unknown color: approx Jordy Blue. HEX triplet: 7F, B3 and E7. RGB value is (127,179,231). Sum of RGB (Red+Green+Blue) = 127+179+231=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #7FB3E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB3E7 is #804C18. Grayscale: #A9A9A9. Windows color (decimal): -8408089 or 15184767. OLE color: 15184767.

HSL color Cylindrical-coordinate representation of color #7FB3E7: hue angle of 210º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FB3E7 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127179231-
CMYK0.450.2300.09
HSL210º68.42%70.2%-
HSV(B)210º45.02%90.59%-
XYZ39.342.5281.74-
YUV169.38162.7797.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.65%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=23.65%
G=33.33%
B=43.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1271792310.450.2300.0921068.4270.2
Hex7FB3E72D1709d24446
Octal1772633475527011322104106
Binary1111111101100111110011110110110111010011101001010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,179,231); }

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

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

 a { background-color: rgb(127,179,231); }

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

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

 span { border-color: rgb(127,179,231); }

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