#7CA6FF

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

Shades of Jordy Blue #7CA6FF

Tints of Jordy Blue #7CA6FF

Color information

#7CA6FF (or 0x7CA6FF) is unknown color: approx Jordy Blue. HEX triplet: 7C, A6 and FF. RGB value is (124,166,255). Sum of RGB (Red+Green+Blue) = 124+166+255=545 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.75% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CA6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA6FF is #835900. Grayscale: #A3A3A3. Windows color (decimal): -8608001 or 16754300. OLE color: 16754300.

HSL color Cylindrical-coordinate representation of color #7CA6FF: hue angle of 220.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CA6FF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB124166255-
CMYK0.510.3500
HSL220.76º100%74.31%-
HSV(B)220.76º51.37%100%-
XYZ4038.7899.98-
YUV163.59179.5999.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.75%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 255 (100% from 255) = 46.79%
R=22.75%
G=30.46%
B=46.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241662550.510.3500220.7610074.31
Hex7CA6FF332300dd644a
Octal174246377634300335144112
Binary11111001010011011111111110011100011001101110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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