#7BAEE9

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

Shades of Jordy Blue #7BAEE9

Tints of Jordy Blue #7BAEE9

Color information

#7BAEE9 (or 0x7BAEE9) is unknown color: approx Jordy Blue. HEX triplet: 7B, AE and E9. RGB value is (123,174,233). Sum of RGB (Red+Green+Blue) = 123+174+233=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #7BAEE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEE9 is #845116. Grayscale: #A5A5A5. Windows color (decimal): -8671511 or 15314555. OLE color: 15314555.

HSL color Cylindrical-coordinate representation of color #7BAEE9: hue angle of 212.18º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BAEE9 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB123174233-
CMYK0.470.2500.09
HSL212.18º71.43%69.8%-
HSV(B)212.18º47.21%91.37%-
XYZ38.0140.3782.88-
YUV165.48166.197.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.21%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 233 (91.41% from 255) = 43.96%
R=23.21%
G=32.83%
B=43.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1231742330.470.2500.09212.1871.4369.8
Hex7BAEE92F1909d44746
Octal1732563515731011324107106
Binary1111011101011101110100110111111001010011101010010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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