#7BAAD4

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

Shades of Jordy Blue #7BAAD4

Tints of Jordy Blue #7BAAD4

Color information

#7BAAD4 (or 0x7BAAD4) is unknown color: approx Jordy Blue. HEX triplet: 7B, AA and D4. RGB value is (123,170,212). Sum of RGB (Red+Green+Blue) = 123+170+212=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #7BAAD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAAD4 is #84552B. Grayscale: #A0A0A0. Windows color (decimal): -8672556 or 13937275. OLE color: 13937275.

HSL color Cylindrical-coordinate representation of color #7BAAD4: hue angle of 208.31º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BAAD4 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB123170212-
CMYK0.420.2000.17
HSL208.31º50.86%65.69%-
HSV(B)208.31º41.98%83.14%-
XYZ34.4337.7167.75-
YUV160.74156.93101.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.36%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 212 (83.20% from 255) = 41.98%
R=24.36%
G=33.66%
B=41.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1231702120.420.2000.17208.3150.8665.69
Hex7BAAD42A14011d03342
Octal173252324522402132063102
Binary1111011101010101101010010101010100010001110100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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