#6EADE5

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

Shades of Jordy Blue #6EADE5

Tints of Jordy Blue #6EADE5

Color information

#6EADE5 (or 0x6EADE5) is unknown color: approx Jordy Blue. HEX triplet: 6E, AD and E5. RGB value is (110,173,229). Sum of RGB (Red+Green+Blue) = 110+173+229=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #6EADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADE5 is #91521A. Grayscale: #A0A0A0. Windows color (decimal): -9523739 or 15052142. OLE color: 15052142.

HSL color Cylindrical-coordinate representation of color #6EADE5: hue angle of 208.24º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EADE5 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB110173229-
CMYK0.520.2400.10
HSL208.24º69.59%66.47%-
HSV(B)208.24º51.97%89.8%-
XYZ35.5238.8679.76-
YUV160.55166.6391.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.48%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 229 (89.84% from 255) = 44.73%
R=21.48%
G=33.79%
B=44.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1101732290.520.2400.10208.2469.5966.47
Hex6EADE534180Ad04642
Octal1562553456430012320106102
Binary1101110101011011110010111010011000010101101000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,173,229); }

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

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

 a { background-color: rgb(110,173,229); }

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

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

 span { border-color: rgb(110,173,229); }

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