#7CA8EC

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

Shades of Jordy Blue #7CA8EC

Tints of Jordy Blue #7CA8EC

Color information

#7CA8EC (or 0x7CA8EC) is unknown color: approx Jordy Blue. HEX triplet: 7C, A8 and EC. RGB value is (124,168,236). Sum of RGB (Red+Green+Blue) = 124+168+236=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CA8EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA8EC is #835713. Grayscale: #A2A2A2. Windows color (decimal): -8607508 or 15509628. OLE color: 15509628.

HSL color Cylindrical-coordinate representation of color #7CA8EC: hue angle of 216.43º 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 #7CA8EC is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124168236-
CMYK0.470.2900.07
HSL216.43º74.67%70.59%-
HSV(B)216.43º47.46%92.55%-
XYZ37.4638.3584.78-
YUV162.6169.42100.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.48%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=23.48%
G=31.82%
B=44.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241682360.470.2900.07216.4374.6770.59
Hex7CA8EC2F1D07d84b47
Octal174250354573507330113107
Binary111110010101000111011001011111110101111101100010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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