#7EB5DB

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

Shades of Jordy Blue #7EB5DB

Tints of Jordy Blue #7EB5DB

Color information

#7EB5DB (or 0x7EB5DB) is unknown color: approx Jordy Blue. HEX triplet: 7E, B5 and DB. RGB value is (126,181,219). Sum of RGB (Red+Green+Blue) = 126+181+219=526 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.95% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EB5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB5DB is #814A24. Grayscale: #A8A8A8. Windows color (decimal): -8473125 or 14398846. OLE color: 14398846.

HSL color Cylindrical-coordinate representation of color #7EB5DB: hue angle of 204.52º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EB5DB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126181219-
CMYK0.420.1700.14
HSL204.52º56.36%67.65%-
HSV(B)204.52º42.47%85.88%-
XYZ37.9142.673.24-
YUV168.89156.2897.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.95%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=23.95%
G=34.41%
B=41.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261812190.420.1700.14204.5256.3667.65
Hex7EB5DB2A110Ecd3844
Octal176265333522101631570104
Binary111111010110101110110111010101000101110110011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,181,219); }

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

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

 a { background-color: rgb(126,181,219); }

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

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

 span { border-color: rgb(126,181,219); }

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