#7cb2ec

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

Shades of Jordy Blue #7CB2EC

Tints of Jordy Blue #7CB2EC

Color information

#7CB2EC (or 0x7CB2EC) is unknown color: approx Jordy Blue. HEX triplet: 7C, B2 and EC. RGB value is (124,178,236). Sum of RGB (Red+Green+Blue) = 124+178+236=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CB2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CB2EC is #834D13. Grayscale: #A8A8A8. Windows color (decimal): -8604948 or 15512188. OLE color: 15512188.

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

Color convert

RGB124178236-
CMYK0.470.2500.07
HSL211.07º74.67%70.59%-
HSV(B)211.07º47.46%92.55%-
XYZ39.3742.1885.42-
YUV168.47166.1196.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.05%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=23.05%
G=33.09%
B=43.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241782360.470.2500.07211.0774.6770.59
Hex7CB2EC2F1907d34b47
Octal174262354573107323113107
Binary111110010110010111011001011111100101111101001110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cb2ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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