#7BAFEF

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

Shades of Jordy Blue #7BAFEF

Tints of Jordy Blue #7BAFEF

Color information

#7BAFEF (or 0x7BAFEF) is unknown color: approx Jordy Blue. HEX triplet: 7B, AF and EF. RGB value is (123,175,239). Sum of RGB (Red+Green+Blue) = 123+175+239=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BAFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAFEF is #845010. Grayscale: #A6A6A6. Windows color (decimal): -8671249 or 15708027. OLE color: 15708027.

HSL color Cylindrical-coordinate representation of color #7BAFEF: hue angle of 213.1º 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 #7BAFEF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123175239-
CMYK0.490.2700.06
HSL213.1º78.38%70.98%-
HSV(B)213.1º48.54%93.73%-
XYZ39.0841.187.54-
YUV166.75168.7796.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.91%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 239 (93.75% from 255) = 44.51%
R=22.91%
G=32.59%
B=44.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231752390.490.2700.06213.178.3870.98
Hex7BAFEF311B06d54e47
Octal173257357613306325116107
Binary111101110101111111011111100011101101101101010110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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