#7BA9DC

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

Shades of Jordy Blue #7BA9DC

Tints of Jordy Blue #7BA9DC

Color information

#7BA9DC (or 0x7BA9DC) is unknown color: approx Jordy Blue. HEX triplet: 7B, A9 and DC. RGB value is (123,169,220). Sum of RGB (Red+Green+Blue) = 123+169+220=512 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.02% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BA9DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA9DC is #845623. Grayscale: #A0A0A0. Windows color (decimal): -8672804 or 14461307. OLE color: 14461307.

HSL color Cylindrical-coordinate representation of color #7BA9DC: hue angle of 211.55º 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 #7BA9DC is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB123169220-
CMYK0.440.2300.14
HSL211.55º58.08%67.25%-
HSV(B)211.55º44.09%86.27%-
XYZ35.2737.7573.14-
YUV161.06161.26100.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.02%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=24.02%
G=33.01%
B=42.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1231692200.440.2300.14211.5558.0867.25
Hex7BA9DC2C170Ed43a43
Octal173251334542701632472103
Binary111101110101001110111001011001011101110110101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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