#7BAAF4

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

Shades of Jordy Blue #7BAAF4

Tints of Jordy Blue #7BAAF4

Color information

#7BAAF4 (or 0x7BAAF4) is unknown color: approx Jordy Blue. HEX triplet: 7B, AA and F4. RGB value is (123,170,244). Sum of RGB (Red+Green+Blue) = 123+170+244=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #7BAAF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAF4 is #84550B. Grayscale: #A4A4A4. Windows color (decimal): -8672524 or 16034427. OLE color: 16034427.

HSL color Cylindrical-coordinate representation of color #7BAAF4: hue angle of 216.69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BAAF4 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB123170244-
CMYK0.500.3000.04
HSL216.69º84.62%71.96%-
HSV(B)216.69º49.59%95.69%-
XYZ38.8739.4991.16-
YUV164.38172.9398.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.91%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 244 (95.70% from 255) = 45.44%
R=22.91%
G=31.66%
B=45.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1231702440.500.3000.04216.6984.6271.96
Hex7BAAF4321E04d95548
Octal173252364623604331125110
Binary111101110101010111101001100101111001001101100110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,170,244); }

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

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

 a { background-color: rgb(123,170,244); }

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

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

 span { border-color: rgb(123,170,244); }

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