#7BAAF3

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

Shades of Jordy Blue #7BAAF3

Tints of Jordy Blue #7BAAF3

Color information

#7BAAF3 (or 0x7BAAF3) is unknown color: approx Jordy Blue. HEX triplet: 7B, AA and F3. RGB value is (123,170,243). Sum of RGB (Red+Green+Blue) = 123+170+243=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #7BAAF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAF3 is #84550C. Grayscale: #A3A3A3. Windows color (decimal): -8672525 or 15968891. OLE color: 15968891.

HSL color Cylindrical-coordinate representation of color #7BAAF3: hue angle of 216.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BAAF3 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123170243-
CMYK0.490.3000.05
HSL216.5º83.33%71.76%-
HSV(B)216.5º49.38%95.29%-
XYZ38.7239.4390.36-
YUV164.27172.4398.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.95%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 243 (95.31% from 255) = 45.34%
R=22.95%
G=31.72%
B=45.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1231702430.490.3000.05216.583.3371.76
Hex7BAAF3311E05d85348
Octal173252363613605330123110
Binary111101110101010111100111100011111001011101100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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