#7baaef

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

Shades of Jordy Blue #7BAAEF

Tints of Jordy Blue #7BAAEF

Color information

#7BAAEF (or 0x7BAAEF) is unknown color: approx Jordy Blue. HEX triplet: 7B, AA and EF. RGB value is (123,170,239). Sum of RGB (Red+Green+Blue) = 123+170+239=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BAAEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAEF is #845510. Grayscale: #A3A3A3. Windows color (decimal): -8672529 or 15706747. OLE color: 15706747.

HSL color Cylindrical-coordinate representation of color #7BAAEF: hue angle of 215.69º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BAAEF is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123170239-
CMYK0.490.2900.06
HSL215.69º78.38%70.98%-
HSV(B)215.69º48.54%93.73%-
XYZ38.1239.1987.22-
YUV163.81170.4398.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.12%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 239 (93.75% from 255) = 44.92%
R=23.12%
G=31.95%
B=44.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231702390.490.2900.06215.6978.3870.98
Hex7BAAEF311D06d84e47
Octal173252357613506330116107
Binary111101110101010111011111100011110101101101100010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7baaef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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