#7FB2EC

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

Shades of Jordy Blue #7FB2EC

Tints of Jordy Blue #7FB2EC

Color information

#7FB2EC (or 0x7FB2EC) is unknown color: approx Jordy Blue. HEX triplet: 7F, B2 and EC. RGB value is (127,178,236). Sum of RGB (Red+Green+Blue) = 127+178+236=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FB2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FB2EC is #804D13. Grayscale: #A9A9A9. Windows color (decimal): -8408340 or 15512191. OLE color: 15512191.

HSL color Cylindrical-coordinate representation of color #7FB2EC: hue angle of 211.93º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FB2EC is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127178236-
CMYK0.460.2500.07
HSL211.93º74.15%71.18%-
HSV(B)211.93º46.19%92.55%-
XYZ39.8142.4185.44-
YUV169.36165.697.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.48%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=23.48%
G=32.90%
B=43.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271782360.460.2500.07211.9374.1571.18
Hex7FB2EC2E1907d44a47
Octal177262354563107324112107
Binary111111110110010111011001011101100101111101010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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