#7CA6E6

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

Shades of Jordy Blue #7CA6E6

Tints of Jordy Blue #7CA6E6

Color information

#7CA6E6 (or 0x7CA6E6) is unknown color: approx Jordy Blue. HEX triplet: 7C, A6 and E6. RGB value is (124,166,230). Sum of RGB (Red+Green+Blue) = 124+166+230=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #7CA6E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA6E6 is #835919. Grayscale: #A0A0A0. Windows color (decimal): -8608026 or 15115900. OLE color: 15115900.

HSL color Cylindrical-coordinate representation of color #7CA6E6: hue angle of 216.23º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CA6E6 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB124166230-
CMYK0.460.2800.10
HSL216.23º67.95%69.41%-
HSV(B)216.23º46.09%90.2%-
XYZ36.2337.2780.15-
YUV160.74167.09101.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.85%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 230 (90.23% from 255) = 44.23%
R=23.85%
G=31.92%
B=44.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1241662300.460.2800.10216.2367.9569.41
Hex7CA6E62E1C0Ad84445
Octal1742463465634012330104105
Binary1111100101001101110011010111011100010101101100010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,166,230); }

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

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

 a { background-color: rgb(124,166,230); }

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

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

 span { border-color: rgb(124,166,230); }

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