#7BAED9

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

Shades of Jordy Blue #7BAED9

Tints of Jordy Blue #7BAED9

Color information

#7BAED9 (or 0x7BAED9) is unknown color: approx Jordy Blue. HEX triplet: 7B, AE and D9. RGB value is (123,174,217). Sum of RGB (Red+Green+Blue) = 123+174+217=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #7BAED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAED9 is #845126. Grayscale: #A3A3A3. Windows color (decimal): -8671527 or 14265979. OLE color: 14265979.

HSL color Cylindrical-coordinate representation of color #7BAED9: hue angle of 207.45º 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 #7BAED9 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123174217-
CMYK0.430.2000.15
HSL207.45º55.29%66.67%-
HSV(B)207.45º43.32%85.1%-
XYZ35.8339.4971.38-
YUV163.65158.199-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.93%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 217 (85.16% from 255) = 42.22%
R=23.93%
G=33.85%
B=42.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231742170.430.2000.15207.4555.2966.67
Hex7BAED92B140Fcf3743
Octal173256331532401731767103
Binary111101110101110110110011010111010001111110011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,217); }

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

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

 a { background-color: rgb(123,174,217); }

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

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

 span { border-color: rgb(123,174,217); }

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