#7EB0E2

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

Shades of Jordy Blue #7EB0E2

Tints of Jordy Blue #7EB0E2

Color information

#7EB0E2 (or 0x7EB0E2) is unknown color: approx Jordy Blue. HEX triplet: 7E, B0 and E2. RGB value is (126,176,226). Sum of RGB (Red+Green+Blue) = 126+176+226=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #7EB0E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0E2 is #814F1D. Grayscale: #A6A6A6. Windows color (decimal): -8474398 or 14856318. OLE color: 14856318.

HSL color Cylindrical-coordinate representation of color #7EB0E2: hue angle of 210º degrees, saturation: 0.63, 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 #7EB0E2 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126176226-
CMYK0.440.2200.11
HSL210º63.29%69.02%-
HSV(B)210º44.25%88.63%-
XYZ37.8640.9877.87-
YUV166.75161.4498.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=23.86%
G=33.33%
B=42.80%

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
Decimal1261762260.440.2200.1121063.2969.02
Hex7EB0E22C160Bd23f45
Octal176260342542601332277105
Binary111111010110000111000101011001011001011110100101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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