#7CB3D9

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

Shades of Jordy Blue #7CB3D9

Tints of Jordy Blue #7CB3D9

Color information

#7CB3D9 (or 0x7CB3D9) is unknown color: approx Jordy Blue. HEX triplet: 7C, B3 and D9. RGB value is (124,179,217). Sum of RGB (Red+Green+Blue) = 124+179+217=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #7CB3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB3D9 is #834C26. Grayscale: #A6A6A6. Windows color (decimal): -8604711 or 14267260. OLE color: 14267260.

HSL color Cylindrical-coordinate representation of color #7CB3D9: hue angle of 204.52º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CB3D9 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124179217-
CMYK0.430.1800.15
HSL204.52º55.03%66.86%-
HSV(B)204.52º42.86%85.1%-
XYZ36.9641.5471.71-
YUV166.89156.2897.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.85%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=23.85%
G=34.42%
B=41.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241792170.430.1800.15204.5255.0366.86
Hex7CB3D92B120Fcd3743
Octal174263331532201731567103
Binary111110010110011110110011010111001001111110011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,179,217); }

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

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

 a { background-color: rgb(124,179,217); }

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

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

 span { border-color: rgb(124,179,217); }

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