#7DB0DC

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

Shades of Jordy Blue #7DB0DC

Tints of Jordy Blue #7DB0DC

Color information

#7DB0DC (or 0x7DB0DC) is unknown color: approx Jordy Blue. HEX triplet: 7D, B0 and DC. RGB value is (125,176,220). Sum of RGB (Red+Green+Blue) = 125+176+220=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DB0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB0DC is #824F23. Grayscale: #A5A5A5. Windows color (decimal): -8539940 or 14463101. OLE color: 14463101.

HSL color Cylindrical-coordinate representation of color #7DB0DC: hue angle of 207.79º 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 #7DB0DC is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125176220-
CMYK0.430.200.14
HSL207.79º57.58%67.65%-
HSV(B)207.79º43.18%86.27%-
XYZ36.940.5873.6-
YUV165.77158.698.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.99%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=23.99%
G=33.78%
B=42.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251762200.430.200.14207.7957.5867.65
Hex7DB0DC2B140Ed03a44
Octal175260334532401632072104
Binary111110110110000110111001010111010001110110100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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