#7BACDD

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

Shades of Jordy Blue #7BACDD

Tints of Jordy Blue #7BACDD

Color information

#7BACDD (or 0x7BACDD) is unknown color: approx Jordy Blue. HEX triplet: 7B, AC and DD. RGB value is (123,172,221). Sum of RGB (Red+Green+Blue) = 123+172+221=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACDD is #845322. Grayscale: #A2A2A2. Windows color (decimal): -8672035 or 14527611. OLE color: 14527611.

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

Color convert

RGB123172221-
CMYK0.440.2200.13
HSL210º59.04%67.45%-
HSV(B)210º44.34%86.67%-
XYZ35.9738.9474.03-
YUV162.94160.7799.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.84%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=23.84%
G=33.33%
B=42.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231722210.440.2200.1321059.0467.45
Hex7BACDD2C160Dd23b43
Octal173254335542601532273103
Binary111101110101100110111011011001011001101110100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,172,221); }

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

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

 a { background-color: rgb(123,172,221); }

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

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

 span { border-color: rgb(123,172,221); }

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