#7BAAF5

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

Shades of Jordy Blue #7BAAF5

Tints of Jordy Blue #7BAAF5

Color information

#7BAAF5 (or 0x7BAAF5) is unknown color: approx Jordy Blue. HEX triplet: 7B, AA and F5. RGB value is (123,170,245). Sum of RGB (Red+Green+Blue) = 123+170+245=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #7BAAF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAF5 is #84550A. Grayscale: #A4A4A4. Windows color (decimal): -8672523 or 16099963. OLE color: 16099963.

HSL color Cylindrical-coordinate representation of color #7BAAF5: hue angle of 216.89º degrees, saturation: 0.86, 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 #7BAAF5 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB123170245-
CMYK0.500.3100.04
HSL216.89º85.92%72.16%-
HSV(B)216.89º49.8%96.08%-
XYZ39.0239.5591.96-
YUV164.5173.4398.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.86%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 245 (96.09% from 255) = 45.54%
R=22.86%
G=31.60%
B=45.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1231702450.500.3100.04216.8985.9272.16
Hex7BAAF5321F04d95648
Octal173252365623704331126110
Binary111101110101010111101011100101111101001101100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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