#7EB0E3

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

Shades of Jordy Blue #7EB0E3

Tints of Jordy Blue #7EB0E3

Color information

#7EB0E3 (or 0x7EB0E3) is unknown color: approx Jordy Blue. HEX triplet: 7E, B0 and E3. RGB value is (126,176,227). Sum of RGB (Red+Green+Blue) = 126+176+227=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #7EB0E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0E3 is #814F1C. Grayscale: #A6A6A6. Windows color (decimal): -8474397 or 14921854. OLE color: 14921854.

HSL color Cylindrical-coordinate representation of color #7EB0E3: hue angle of 210.3º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EB0E3 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126176227-
CMYK0.440.2200.11
HSL210.3º64.33%69.22%-
HSV(B)210.3º44.49%89.02%-
XYZ37.9941.0378.59-
YUV166.86161.9498.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.82%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 227 (89.06% from 255) = 42.91%
R=23.82%
G=33.27%
B=42.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1261762270.440.2200.11210.364.3369.22
Hex7EB0E32C160Bd24045
Octal1762603435426013322100105
Binary1111110101100001110001110110010110010111101001010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EB0E3; }

 p { color: rgb(126,176,227); }

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

<style>
 a { background-color: #7EB0E3; }

 a { background-color: rgb(126,176,227); }

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

<style>
 span { border-color: #7EB0E3; }

 span { border-color: rgb(126,176,227); }

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