#7FB7EE

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

Shades of Jordy Blue #7FB7EE

Tints of Jordy Blue #7FB7EE

Color information

#7FB7EE (or 0x7FB7EE) is unknown color: approx Jordy Blue. HEX triplet: 7F, B7 and EE. RGB value is (127,183,238). Sum of RGB (Red+Green+Blue) = 127+183+238=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FB7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB7EE is #804811. Grayscale: #ACACAC. Windows color (decimal): -8407058 or 15644543. OLE color: 15644543.

HSL color Cylindrical-coordinate representation of color #7FB7EE: hue angle of 209.73º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FB7EE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127183238-
CMYK0.470.2300.07
HSL209.73º76.55%71.57%-
HSV(B)209.73º46.64%93.33%-
XYZ41.1244.5587.32-
YUV172.53164.9595.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.18%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=23.18%
G=33.39%
B=43.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271832380.470.2300.07209.7376.5571.57
Hex7FB7EE2F1707d24d48
Octal177267356572707322115110
Binary111111110110111111011101011111011101111101001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,183,238); }

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

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

 a { background-color: rgb(127,183,238); }

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

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

 span { border-color: rgb(127,183,238); }

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