#6EACE1

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

Shades of Jordy Blue #6EACE1

Tints of Jordy Blue #6EACE1

Color information

#6EACE1 (or 0x6EACE1) is unknown color: approx Jordy Blue. HEX triplet: 6E, AC and E1. RGB value is (110,172,225). Sum of RGB (Red+Green+Blue) = 110+172+225=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #6EACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACE1 is #91531E. Grayscale: #9F9F9F. Windows color (decimal): -9523999 or 14789742. OLE color: 14789742.

HSL color Cylindrical-coordinate representation of color #6EACE1: hue angle of 207.65º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EACE1 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110172225-
CMYK0.510.2400.12
HSL207.65º65.71%65.69%-
HSV(B)207.65º51.11%88.24%-
XYZ34.7738.2676.79-
YUV159.5164.9692.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.70%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=21.70%
G=33.93%
B=44.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1101722250.510.2400.12207.6565.7165.69
Hex6EACE133180Cd04242
Octal1562543416330014320102102
Binary1101110101011001110000111001111000011001101000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EACE1; }

 p { color: rgb(110,172,225); }

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

<style>
 a { background-color: #6EACE1; }

 a { background-color: rgb(110,172,225); }

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

<style>
 span { border-color: #6EACE1; }

 span { border-color: rgb(110,172,225); }

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