#78AFEE

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

Shades of Jordy Blue #78AFEE

Tints of Jordy Blue #78AFEE

Color information

#78AFEE (or 0x78AFEE) is unknown color: approx Jordy Blue. HEX triplet: 78, AF and EE. RGB value is (120,175,238). Sum of RGB (Red+Green+Blue) = 120+175+238=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #78AFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AFEE is #875011. Grayscale: #A5A5A5. Windows color (decimal): -8867858 or 15642488. OLE color: 15642488.

HSL color Cylindrical-coordinate representation of color #78AFEE: hue angle of 212.03º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78AFEE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120175238-
CMYK0.500.2600.07
HSL212.03º77.63%70.2%-
HSV(B)212.03º49.58%93.33%-
XYZ38.5140.8386.74-
YUV165.74168.7895.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.51%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=22.51%
G=32.83%
B=44.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201752380.500.2600.07212.0377.6370.2
Hex78AFEE321A07d44e46
Octal170257356623207324116106
Binary111100010101111111011101100101101001111101010010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,238); }

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

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

 a { background-color: rgb(120,175,238); }

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

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

 span { border-color: rgb(120,175,238); }

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