#7DABDC

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

Shades of Jordy Blue #7DABDC

Tints of Jordy Blue #7DABDC

Color information

#7DABDC (or 0x7DABDC) is unknown color: approx Jordy Blue. HEX triplet: 7D, AB and DC. RGB value is (125,171,220). Sum of RGB (Red+Green+Blue) = 125+171+220=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABDC is #825423. Grayscale: #A2A2A2. Windows color (decimal): -8541220 or 14461821. OLE color: 14461821.

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

Color convert

RGB125171220-
CMYK0.430.2200.14
HSL210.95º57.58%67.65%-
HSV(B)210.95º43.18%86.27%-
XYZ35.9438.6573.28-
YUV162.83160.26101.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=24.22%
G=33.14%
B=42.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251712200.430.2200.14210.9557.5867.65
Hex7DABDC2B160Ed33a44
Octal175253334532601632372104
Binary111110110101011110111001010111011001110110100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,171,220); }

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

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

 a { background-color: rgb(125,171,220); }

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

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

 span { border-color: rgb(125,171,220); }

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