#78ABFB

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

Shades of Jordy Blue #78ABFB

Tints of Jordy Blue #78ABFB

Color information

#78ABFB (or 0x78ABFB) is unknown color: approx Jordy Blue. HEX triplet: 78, AB and FB. RGB value is (120,171,251). Sum of RGB (Red+Green+Blue) = 120+171+251=542 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.14% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #78ABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ABFB is #875404. Grayscale: #A4A4A4. Windows color (decimal): -8868869 or 16493432. OLE color: 16493432.

HSL color Cylindrical-coordinate representation of color #78ABFB: hue angle of 216.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78ABFB is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120171251-
CMYK0.520.3200.02
HSL216.64º94.24%72.75%-
HSV(B)216.64º52.19%98.43%-
XYZ39.7240.0896.91-
YUV164.87176.696-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.14%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=22.14%
G=31.55%
B=46.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201712510.520.3200.02216.6494.2472.75
Hex78ABFB342002d95e49
Octal170253373644002331136111
Binary111100010101011111110111101001000000101101100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78ABFB; }

 p { color: rgb(120,171,251); }

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

<style>
 a { background-color: #78ABFB; }

 a { background-color: rgb(120,171,251); }

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

<style>
 span { border-color: #78ABFB; }

 span { border-color: rgb(120,171,251); }

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