#7CA6DD

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

Shades of Jordy Blue #7CA6DD

Tints of Jordy Blue #7CA6DD

Color information

#7CA6DD (or 0x7CA6DD) is unknown color: approx Jordy Blue. HEX triplet: 7C, A6 and DD. RGB value is (124,166,221). Sum of RGB (Red+Green+Blue) = 124+166+221=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CA6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA6DD is #835922. Grayscale: #9F9F9F. Windows color (decimal): -8608035 or 14526076. OLE color: 14526076.

HSL color Cylindrical-coordinate representation of color #7CA6DD: hue angle of 214.02º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CA6DD is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124166221-
CMYK0.440.2500.13
HSL214.02º58.79%67.65%-
HSV(B)214.02º43.89%86.67%-
XYZ3536.7873.66-
YUV159.71162.59102.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.27%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=24.27%
G=32.49%
B=43.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241662210.440.2500.13214.0258.7967.65
Hex7CA6DD2C190Dd63b44
Octal174246335543101532673104
Binary111110010100110110111011011001100101101110101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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