#7EB0DF

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

Shades of Jordy Blue #7EB0DF

Tints of Jordy Blue #7EB0DF

Color information

#7EB0DF (or 0x7EB0DF) is unknown color: approx Jordy Blue. HEX triplet: 7E, B0 and DF. RGB value is (126,176,223). Sum of RGB (Red+Green+Blue) = 126+176+223=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0DF is #814F20. Grayscale: #A6A6A6. Windows color (decimal): -8474401 or 14659710. OLE color: 14659710.

HSL color Cylindrical-coordinate representation of color #7EB0DF: hue angle of 209.07º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EB0DF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126176223-
CMYK0.430.2100.13
HSL209.07º60.25%68.43%-
HSV(B)209.07º43.5%87.45%-
XYZ37.4540.8175.72-
YUV166.41159.9499.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=24%
G=33.52%
B=42.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261762230.430.2100.13209.0760.2568.43
Hex7EB0DF2B150Dd13c44
Octal176260337532501532174104
Binary111111010110000110111111010111010101101110100011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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