#7BAEF2

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

Shades of Jordy Blue #7BAEF2

Tints of Jordy Blue #7BAEF2

Color information

#7BAEF2 (or 0x7BAEF2) is unknown color: approx Jordy Blue. HEX triplet: 7B, AE and F2. RGB value is (123,174,242). Sum of RGB (Red+Green+Blue) = 123+174+242=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BAEF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEF2 is #84510D. Grayscale: #A6A6A6. Windows color (decimal): -8671502 or 15904379. OLE color: 15904379.

HSL color Cylindrical-coordinate representation of color #7BAEF2: hue angle of 214.29º degrees, saturation: 0.82, 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 #7BAEF2 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123174242-
CMYK0.490.2800.05
HSL214.29º82.07%71.57%-
HSV(B)214.29º49.17%94.9%-
XYZ39.3340.8989.82-
YUV166.5170.696.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.82%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 242 (94.92% from 255) = 44.90%
R=22.82%
G=32.28%
B=44.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1231742420.490.2800.05214.2982.0771.57
Hex7BAEF2311C05d65248
Octal173256362613405326122110
Binary111101110101110111100101100011110001011101011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,174,242); }

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

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

 a { background-color: rgb(123,174,242); }

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

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

 span { border-color: rgb(123,174,242); }

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