#68A8EA

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

Shades of Jordy Blue #68A8EA

Tints of Jordy Blue #68A8EA

Color information

#68A8EA (or 0x68A8EA) is unknown color: approx Jordy Blue. HEX triplet: 68, A8 and EA. RGB value is (104,168,234). Sum of RGB (Red+Green+Blue) = 104+168+234=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #68A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A8EA is #975715. Grayscale: #9C9C9C. Windows color (decimal): -9918230 or 15378536. OLE color: 15378536.

HSL color Cylindrical-coordinate representation of color #68A8EA: hue angle of 210.46º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A8EA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104168234-
CMYK0.560.2800.08
HSL210.46º75.58%66.27%-
HSV(B)210.46º55.56%91.76%-
XYZ34.5636.8983.14-
YUV156.39171.890.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.55%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 234 (91.80% from 255) = 46.25%
R=20.55%
G=33.20%
B=46.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041682340.560.2800.08210.4675.5866.27
Hex68A8EA381C08d24c42
Octal1502503527034010322114102
Binary1101000101010001110101011100011100010001101001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A8EA; }

 p { color: rgb(104,168,234); }

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

<style>
 a { background-color: #68A8EA; }

 a { background-color: rgb(104,168,234); }

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

<style>
 span { border-color: #68A8EA; }

 span { border-color: rgb(104,168,234); }

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