#7BA7DC

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

Shades of Jordy Blue #7BA7DC

Tints of Jordy Blue #7BA7DC

Color information

#7BA7DC (or 0x7BA7DC) is unknown color: approx Jordy Blue. HEX triplet: 7B, A7 and DC. RGB value is (123,167,220). Sum of RGB (Red+Green+Blue) = 123+167+220=510 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.12% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BA7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA7DC is #845823. Grayscale: #9F9F9F. Windows color (decimal): -8673316 or 14460795. OLE color: 14460795.

HSL color Cylindrical-coordinate representation of color #7BA7DC: hue angle of 212.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BA7DC is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB123167220-
CMYK0.440.2400.14
HSL212.78º58.08%67.25%-
HSV(B)212.78º44.09%86.27%-
XYZ34.9137.0273.02-
YUV159.89161.92101.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.12%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=24.12%
G=32.75%
B=43.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1231672200.440.2400.14212.7858.0867.25
Hex7BA7DC2C180Ed53a43
Octal173247334543001632572103
Binary111101110100111110111001011001100001110110101011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,167,220); }

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

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

 a { background-color: rgb(123,167,220); }

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

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

 span { border-color: rgb(123,167,220); }

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