#7EB0DA

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

Shades of Jordy Blue #7EB0DA

Tints of Jordy Blue #7EB0DA

Color information

#7EB0DA (or 0x7EB0DA) is unknown color: approx Jordy Blue. HEX triplet: 7E, B0 and DA. RGB value is (126,176,218). Sum of RGB (Red+Green+Blue) = 126+176+218=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EB0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0DA is #814F25. Grayscale: #A5A5A5. Windows color (decimal): -8474406 or 14332030. OLE color: 14332030.

HSL color Cylindrical-coordinate representation of color #7EB0DA: hue angle of 207.39º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EB0DA is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126176218-
CMYK0.420.1900.15
HSL207.39º55.42%67.45%-
HSV(B)207.39º42.2%85.49%-
XYZ36.7840.5572.22-
YUV165.84157.4499.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.23%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=24.23%
G=33.85%
B=41.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261762180.420.1900.15207.3955.4267.45
Hex7EB0DA2A130Fcf3743
Octal176260332522301731767103
Binary111111010110000110110101010101001101111110011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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