#6EABEB

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

Shades of Jordy Blue #6EABEB

Tints of Jordy Blue #6EABEB

Color information

#6EABEB (or 0x6EABEB) is unknown color: approx Jordy Blue. HEX triplet: 6E, AB and EB. RGB value is (110,171,235). Sum of RGB (Red+Green+Blue) = 110+171+235=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EABEB is #915414. Grayscale: #9F9F9F. Windows color (decimal): -9524245 or 15444846. OLE color: 15444846.

HSL color Cylindrical-coordinate representation of color #6EABEB: hue angle of 210.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EABEB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110171235-
CMYK0.530.2700.08
HSL210.72º75.76%67.65%-
HSV(B)210.72º53.19%92.16%-
XYZ35.9938.4484.12-
YUV160.06170.2992.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.32%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=21.32%
G=33.14%
B=45.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1101712350.530.2700.08210.7275.7667.65
Hex6EABEB351B08d34c44
Octal1562533536533010323114104
Binary1101110101010111110101111010111011010001101001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,171,235); }

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

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

 a { background-color: rgb(110,171,235); }

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

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

 span { border-color: rgb(110,171,235); }

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